Select to view content in your preferred language

Displaying a Vector Tile Map in a Scene

2698
10
05-24-2020 10:01 AM
EverettBlakley_
New Contributor

I am building an application using the ArcGIS Runtime SDK for .NET that displays buildings in a SceneView. None of the pre-built basemaps meet the design requirements for the application, so I want to implement my own basemap. I created a style using the Vector Tile Style Editor and have it save here on my organization's ArcGIS Online account.

Here's what I have tried:

ArcGISVectorTiledLayer vectorTiledLayer = new ArcGISVectorTiledLayer(new Uri("https://u-of-l.maps.arcgis.com/home/item.html?id=05dc0075e8f14b2faef45c4d29ee6de8"));
Scene.Basemap = new Basemap(vectorTiledLayer);‍‍

I tried using this arcticle to publish a WebTileLayer with the basemap, but since it's a vector, it didn't work

I have seen this article stating that Vector Tile Layers aren't supported in 3D, but since I am able to load the basemap in ArcGIS Pro AND the ArcGIS SceneViewer online, there must be a way to do it.

Any help on this would be greatly appreciated!

arcgis runtime wpf‌ sceneview‌ vectortilelayer‌ openstreetmap vector basemap‌ 

0 Kudos
10 Replies
GregFiske
Occasional Contributor

I'm curious if there's an update to this upcoming feature?

0 Kudos