RawEditor
From OpenStreetMap Wiki
| RawEditor | |
|---|---|
| Website: | http://rawedit.openstreetmap.fr |
| License: | GPL |
| Platform: | web |
|
Webfrontend to edit OSM XML directly | |
Raw edit is an Openstreetmap HTML based editor hosted on the french openstreetmap server: http://rawedit.openstreetmap.fr/.
You use it by creating/updating XML, all done in a HTML form, here are the URLs:
- http://rawedit.openstreetmap.fr/edit/node/####
- http://rawedit.openstreetmap.fr/edit/way/####
- http://rawedit.openstreetmap.fr/edit/relation/####
- http://rawedit.openstreetmap.fr/edit/way/create
- http://rawedit.openstreetmap.fr/edit/node/create
- http://rawedit.openstreetmap.fr/edit/relation/create
- http://rawedit.openstreetmap.fr/edit/changeset/****
It is written in Python, source code is here.
There is also a simple HTML interface to RawEdit: http://textual.ru/rawedit/
BUGS
- You can't send in XML with & in it, to do that you need to write & I'm guessing this is the same for all htmlentities.
- http://rawedit.openstreetmap.fr/edit/changeset/create doesn't seem to work, i.t says that it is created but won't close the old changeset and use the new one instead
- You can upload the same data how many times you please.