Hello,
JS VectorTileLayer https://developers.arcgis.com/javascript/latest/add-a-vector-tile-layer/
works with tileserver-gl server with default style /styles/basic-preview/style.json
But ArcGISVectorTiledLayer (WPF, .NetCore) works only with ArcGIS services.https://jsapi.maps.arcgis.com/sharing/rest/content/items/75f4dfdff19e445395653121a95a85db/resources/styles/root.jsonWhen I use ArcGISVectorTiledLayer with tileserver-gl I see blank map in my app and 404 errors in tileserver-gl logs:GET /data/v3/9/5932/3423.pbf 404 13 - 0.262 msGET /data/v3/9/5930/3423.pbf 404 13 - 0.159 msGET /data/v3/9/5933/3422.pbf 404 13 - 0.139 ms....
What do I need to use to work with tileserver-gl vector tiles?
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.