[josm-dev] In josm load/save format how to specify changeset information?
Bryce Nesbitt
bryce2 at obviously.com
Fri Aug 26 03:50:12 BST 2011
I'm building osm files for review in JOSM prior to upload to OSM.
I'd like to be able to pre-fill tags for the changeset in the file.
Is this possible now?
If not what syntax would make sense?
<?xml version='1.0' encoding='UTF-8'?>
<osm
version='0.6'
generator='JOSM'
changeset_source:website='http://dataimport.org/dataset.kml'
changeset_comment='osmchange script to import dog poop sighting database'
changeset_source='gps' comment='Par-tay'
>
<node id='-3' action='modify' visible='true'
lat='1.3698003002266779' lon='-1.235183515664342'>
<tag k='access' v='foo' />
</node>
</osm>
More information about the josm-dev
mailing list