Wondering if there is a list somewhere of allowable Vector Tile Basemap Enums.
For example, in this Mapbox GL JS example of using Esri basemaps:
https://developers.arcgis.com/mapbox-gl-js/maps/change-the-basemap-layer/
Several are listed as examples, such as: ArcGIS:Streets, ArcGIS:Topographic, ArcGIS:Imagery:Standard, etc.
Would like to have a comprehensive list (assuming that what is on the page is not the full list already) but cannot find it in API docs.
Really what I want is a ArcGIS:Imagery:Hybrid that loads the Hybrid Imagery basemap in Map Box but in general just want to know what the allowable values are.
Thank you.
Solved! Go to Solution.
Hello,
You can find a list of the default basemap styles you can use in your Mapbox app on the basemap layer service page in the Mapping Apis and services guide: https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-se...
Hello,
You can find a list of the default basemap styles you can use in your Mapbox app on the basemap layer service page in the Mapping Apis and services guide: https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-se...