Hi
I am testing scene view support for vector tiles from a server using the ArcGIS .NET WPF SDK.
Observations:
- When using one vector tile server, the map data is visualized correctly.
- With another server, only the latitude/longitude grid is displayed—no map data appears.
Scene View Setup:
- The visualization is configured using Esri.ArcGISRuntime.Mapping.Camera.
- The camera viewpoint is set at a height of 200 meters with a 30-degree pitch.
- The purpose is to create a 2.5D map tracking display of a vehicle's position.
Testing Two Vector Tile Servers:
- Both servers work fine in a 2D map display.
- In Scene View, one server fails to display the map data, showing only the lat/lon grid.
How I Create the Vector Tile Layer:
ArcGISVectorTiledLayer vectorLayer = new ArcGISVectorTiledLayer(vectorTileUrl); myScene.OperationalLayers.Add(vectorLayer);
Troubleshooting:
- Using the ArcGIS test URL, everything works correctly:
- When using a local test vector tile server, no map data is visible. Only lat/lon grid
Question:
How can I investigate why the local vector tile server data does appear the map data in Scene View?
I have attached a screen dump of a test program :
- the upper part is 2D map view of the vector data,
- the lower part is 2.5D display of the same vector data lacking map information
Regards
Gunnar Gisleberg
Locus Solutions AS
An Enghouse Company