This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

OpenStreetMap rest endpoint?

0

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's gravatar image

Gdrower
11112
accept rate: 0%

edited 10 Jan '14, 22:23

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701

2

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?

(09 Jan '14, 16:46) Frederik Ramm ♦

http://services.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer

Would be an example of a rest endpoint for a basemap service

(09 Jan '14, 19:08) Gdrower
1

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

(09 Jan '14, 19:28) iii

Source code available on GitHub .