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

map view of relation and markers

0

Dear OpenStreetMap users,

today I need your help, cause I want to view a relation and two (or more) markers onto the same map, how can I archieve this?

Thanks for your help.

best regards

This question is marked "community wiki".

asked 06 Sep '13, 10:58

dragon's gravatar image

dragon
11112
accept rate: 0%


One Answer:

1

This could be achieved with e.g. the overpass API, see query http://overpass-turbo.eu/s/YE This is only a small step in the complete solution.

You could export this data as GeoJSON, and upload this in http://umap.openstreetmap.fr and style it there. Or you could set up your own server displaying tiles and overlaying them via Leaflet or OpenLayers

I realize that there are still a few hurdles to be taken, but hope this sets you on the right (or possible) track

answered 06 Sep '13, 11:33

escada's gravatar image

escada
19.0k16166302
accept rate: 21%

Source code available on GitHub .