NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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?

permanent link

answered 25 Jun '12, 16:47

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

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.

permanent link

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
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×290
×34

question asked: 25 Jun '12, 10:36

question was seen: 13,628 times

last updated: 26 Jun '12, 07:44

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum