Hello,
I have been tasked with figuring out how to add the new Vector Tile Layers (WGS84 - v2) to our JavaScript API map app.
I cannot figure out how to add the World Imagery vector map.
https://www.arcgis.com/home/item.html?id=898f58f2ee824b3c97bae0698563a4b3
The below works; I was able to load the World_Basemap_GCS_v2 map:
var vtlayer = new VectorTileLayer("https://basemaps.arcgis.com/arcgis/rest/services/World_Basemap_GCS_v2/VectorTileServer");
But I cannot figure out what the magic key word is for the World Imagery basemap?
I cannot find anyway to see what basemaps are available on the vector tile server either. Or maybe it is just not possible to load the newer World Imagery WGS84 vector basemap using the JavaScript API??
If anyone can help me find the correct URL or let me know it is just not possible, it would be greatly appreciated.
Thanks,
~AJ