Select to view content in your preferred language

Assistance Needed: Integrating ArcGIS OpenStreetMap and Static Basemap Tile Services

186
2
12-12-2024 04:58 AM
DineshBellamkonda
Emerging Contributor

Dear Community,



I am currently working on integrating ArcGIS OpenStreetMap using the static basemap tile XYZ service. To test this integration, I used the following API endpoint with the OSM/Standard notation:



https://static-map-tiles-api.arcgis.com/arcgis/rest/services/static-basemap-tiles-service/beta/osm/s...{z}/{y}/{x}?token=tokennumber



Unfortunately, the endpoint is returning the following error:



{"error":{"code":404,"message":"Path not found.","details":["The path: '/arcgis/rest/services/static-basemap-tiles-service/beta/osm/standard/static/tile/21/697357/1047831' did not match any known endpoints."]}}



After reviewing the Static Basemap Tiles documentation, it appears the static basemap tile service supports only navigation, streets, outdoor, and light-gray map types.



I would greatly appreciate your guidance on the following questions:



1. Access to OSM/Standard Maps

Is there any possibility to access OSM/Standard maps using WMTS or XYZ Tile protocols? We would truly appreciate your guidance on this matter.

Thank you for your assistance and support. Your insights are invaluable to us, and we look forward to hearing from you soon.

0 Kudos
2 Replies
DineshBellamkonda
Emerging Contributor

Apologies, my previous message did not include the full API URL. Please find the complete URL below that I am trying to use for osm/standard:

https://static-map-tiles-api.arcgis.com/arcgis/rest/services/static-basemap-tiles-service/beta/osm/s...

0 Kudos
John-Foster
Esri Contributor

@DineshBellamkonda The OSM tile services are not supported with the Static Basemap Tiles services. See https://developers.arcgis.com/rest/static-basemap-tiles/#service-endpoints for a list of all supported services.

Otherwise you can use the Vector Tile Basemap services to get access to OSM https://developers.arcgis.com/rest/basemap-styles/#osm-styles

--jf