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

how show information from mysql database on openstreetmap in my website?

0

i want create website that is show and save poi of database and in database. i use osm for create this site. i want mark a place on map and save information into database and use them after. please help me to solve this problem. i haven't much information about work with OSM

asked 11 Sep '13, 11:59

farzane's gravatar image

farzane
1111
accept rate: 0%


One Answer:

2

If I understand you correctly, you do not want to use OSM for anything else than a background map. Your question really is "how can I write an application and frontend that allows the user to create and view POIs on a map". This question is only tangentially related to OpenStreetMap; you could do the same with any non-OSM base map.

uMap is a possible solution, or you could build an OpenLayers or Leaflet based Javascript frontend yourself and then use a thin custom server layer to interface with your database, or possibly check out FeatureServer which does this already.

answered 11 Sep '13, 13:13

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .