Impossibility to show elevation in mobile devices

525
2
04-16-2019 01:36 AM
JorgeFrade_Martínez
New Contributor III

Hello!
I'm using an ArcGISTiledElevationSource to show elevation from a LERC TPK.
In Windows it seems to work fine but once I compile it for Android, it shows the map flat.
Any idea why this may happen?

0 Kudos
2 Replies
ErwinSoekianto
Esri Regular Contributor

Jorge, 

So you are using the ArcGISTiledElevationSource from ArcGIS Runtime SDK for Qt, may we know what version? 

We are not aware of this is not working on mobile devices. Can you share the data (URL) that you are using, so that we can test? Is this also not working on iOS devices?

Thanks,

Erwin

0 Kudos
JorgeFrade_Martínez
New Contributor III

For sure!
1) Im using the ArcGISRuntime 100.3

 

2) Im using a TPK LERC.

Surface {
   ArcGISTiledElevationSource {
      url: AppFramework.userHomeFolder.filePath("ArcGIS/AppStudio/Data/APP/us_dem_100m_tile11.tpk")
   }
   elevationExaggeration: 1.5
}

3) Did not work on iOS neither.

0 Kudos