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.
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:
@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