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)

Change History (1)

comment:1 by Don-vip, 10 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #8149.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.