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?
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
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.