Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse OSM XML files for changeset tags #17

Open
tsmock opened this issue Aug 14, 2019 · 0 comments
Open

Parse OSM XML files for changeset tags #17

tsmock opened this issue Aug 14, 2019 · 0 comments

Comments

@tsmock
Copy link
Member

tsmock commented Aug 14, 2019

OSM xml files can look like this:

<?xml version='1.0' encoding='UTF-8'?>
<osm version='0.6' generator='JOSM'>
  <changeset>
    <tag k="additionalTag" v="Additional Tag Comment"/>
    <tag k="comment" v="Some Random Comment"/>
    <tag k="source" v="Some Random Source"/>
  </changeset>
  <OSM DATA/>
</osm>

When an OSM xml file is uploaded with this data, the tasking manager should ask if the following fields should be overridden:

  1. comment (remote control variable changeset_comment)
  2. source (remote control variable changeset_source)

It should also ask if the additional tags should be imported into JOSM (not currently supported by JOSM remote control, see https://josm.openstreetmap.de/ticket/18038 )

For JOSM discussions, see https://josm.openstreetmap.de/ticket/9387 and https://josm.openstreetmap.de/ticket/9472.

For JOSM remote control commands, see https://josm.openstreetmap.de/wiki/Help/RemoteControlCommands .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant