I've recently got a zero-length way error editing in Potlatch2, so it doesn't allow me to upload the changeset. I've found the error so now i have the corrected Potlatch2 code ( <osmchange version="0.6">...</osmchange> ) and i want to upload it. I've heard that is possible using JOSM, but I've neved used it and when I try to open de XML file (adding <?xml version='1.0' encoding='UTF-8'?> in the begining) it says "No data found". Any ideas? asked 06 Mar '12, 04:05 dintrans_g |
3 Answers:
I've used upload.py for this with success. Don't forget to post a trac ticket if you know how the 0-length way was created, so the Potlatch developers can fix it. :) answered 07 Mar '12, 11:05 Richard ♦ |
Please see: http://addictedtoosm.wordpress.com/2012/10/01/placeholder-relation-not-found-e-agora/ It is in Portuguese (use your favorite translator), but the essence is:
That's it, worked a few times for me. answered 19 Oct '12, 00:17 MCPicoli |
The page on the .osm file format contains links to various tools for handling, importing, exporting osm xml files: https://wiki.openstreetmap.org/wiki/.osm There may also be something useful to you in here: https://wiki.openstreetmap.org/wiki/API_v0.6 (I'm searching for something to support "mechanical edits" myself) answered 07 Mar '12, 10:08 ViewFromTheB... edited 07 Mar '12, 10:31 |