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

Add POI with PHP

0

I have a web site developed in PHP, and would like to create new POIs in OpenStreetMap from that web site, much like an editor does. Is there any library or class PHP to do this?

asked 25 Jun '12, 10:36

Independent%20L's gravatar image

Independent L
41335
accept rate: 0%

edited 25 Jun '12, 19:42

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273


2 Answers:

3

Check out the (outdated) list of clients on the wiki, and have a look at Ken Guest's Services_Openstreetmap code.

If you build something that can be used to edit OSM, please make use of the OAuth scheme, so that users of your web interface have to register with OSM first and their edits are later submitted under their own account. Web services where edits from all users are submitted under the same account can be a problem because OSM has no means to identify or contact the individual user.

answered 25 Jun '12, 19:49

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Many Thanks

(26 Jun '12, 07:44) Independent L

0

When I am not wrong, the framework around Yapis is written in PHP ... ask the maintainer Moenk for help if that fits for you.

Maybe Wheelmap.org is similat to your aims?

answered 25 Jun '12, 16:47

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Source code available on GitHub .