Modify ↓
Opened 10 years ago
Closed 10 years ago
#11131 closed enhancement (duplicate)
Enhancement: support <changeset> from a loaded .osm file
Reported by: | brycenesbitt | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
When I have a script prepare a changeset for human review in JOSM, it would be great if I could supply default changeset information also:
<?xml version='1.0' encoding='UTF-8'?> <osm version='0.6' generator='example'> <changeset> <tag k="source" v="http://www.example.org/"/> <tag k="bot" v="yes"/> <tag k="note" v="Import of examples from example.org"/> </changeset> <node action='add' id='-1' lat='29.757632' lon='-95.397670'> <tag k='amenity' v='toilet'/> </node> </osm>
And have that information appear as the settings for any subsequent upload.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Closed as duplicate of #8149.