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 |
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 Ramm ♦ |