[OSM-dev] OSM clickable POIs - implementation?

Christopher Schmidt crschmidt at metacarta.com
Sun Jan 6 15:55:15 GMT 2008


On Sun, Jan 06, 2008 at 03:41:42PM +0000, Shaun McDonald wrote:
> Personally I think that being able to easily edit a road name/type or  
> a point of interest without having to load a big/medium sized editor,  
> such as JOSM or Potlatch, is really useful. 

Something like this?

http://crschmidt.net/osm/osm.html

Click on a way, you get the ID and all the attributes on the right hand
side. You can then click 'edit', which takes you to
http://crschmidt.net/osm/attributes.html?type=way&id=8615004 , where you
can edit the attributes (and you'll be posting your data from the
browser to what is the OSM API directly -- the password/username is just
using the API's basic auth), and save them.

Then you can view the history of the way:

http://crschmidt.net/osm/history.html?type=way&id=8615004

This all works directly against the API, and should work in FF1.5+,
IE6+, Opera 8+, and Safari 3+. 

Regards,
-- 
Christopher Schmidt
MetaCarta




More information about the dev mailing list