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

Is there any possibility to draw an editable map using OSM data?

0
1

Hi!,

I am a newbie on openstreetmap related developments, I need to build a web application using PHP or Python frameworks, that could draw map using OSM data. It should also allows to edit attributes of nodes (ex: highway, signal lights, foot path, parking etc), edited data should not need to be updated to OSM servers.

I couldn't find any proper guide. Let me know if there any guides or tutorials to do so.

Where should I start? Please help me.

asked 01 Feb '16, 06:15

Daniel1420's gravatar image

Daniel1420
1668
accept rate: 0%


One Answer:

3

Your questions are too broad. OpenStreetMap is just a tiny component of what you want to build; you're essentially after a WebGIS solution that uses OSM data but the fact that it uses OSM data is not important for the solution, it could use other data as well. Hence you're really not asking your questions in the right place! -- You might want to look into "umap" which allows you to draw the results of Overpass requests on top of an OSM map; since umap is Open Source you could modify that to meet your needs.

answered 01 Feb '16, 08:38

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .