I have a service that consumes mapping services and renders the basemaps, I can't however figure out how to incorporate OpenStreetMap into my service. We have a number endpoints stored in the DB of basemaps that we can flip between on the fly. Not sure how OSM will work in that framework, it seems like it's all done in config files or with external javascript libraries Any help on how to consume and render an OpenStreetMap like I would an ESRI basemap? asked 09 Jan '14, 15:58 Gdrower SimonPoole ♦ |
This question is difficult to understand for someone who does not know how you consume ESRI basemaps. Can you give an example of such an "endpoint" that you are looking for?
http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer
Would be an example of a rest endpoint for a basemap service
Same for me, I don't understand the question :( Is it something like this?
https://gis.stackexchange.com/questions/37507/how-to-serve-openstreetmap-tiles-locally-using-arcgis-server-10