I have a large set of geotiffs (from srtm) and want to add these data as rasterlayer(s) to a map. How can i achieve this with the runtime sdk (10.2.6) and Visual Studio 13?
Hi Martin,
Have you tried
Using the 10.2.6 sdk samples from here..
https://github.com/Esri/arcgis-runtime-samples-dotnet
and running the Layers->Dynamic Service Layers->Dynamic Add Data
example
it works for the mapview but not the 3d SceneView. I have a ticket in for the scene problem..
joe
As it turns out the map pack in the 10.2.5 examples only has a boundary extent of the eastern U.S. That means any data you try to view with it (in the scene view for some reason) is only visible on the east coast. Once we created a map package with a boundary extent covering the entire world the geotif loaded correctly.