Changeset tags handling coming from a .osm file
Hi,
Patch from #6742 is a rather nice option to help auto setting changesets tags for the future data integration users are going to do.
It "kind of work" but has strange behaviour in several cases
(test file included)
- If you open that file and try a direct upload, tags in the changeset are ignored
- If you start modifying things, tags are attached to the changeset
- If you upload the changes, and start modifying other things, subsequent changeset will get those tags while you'd expect tags, related to the first upload to be forgotten
- If you mess around with removing the JOSM data layers, modify things tags will hopefully be forgotten at some point
- If you save your data layer in an osm file, changeset tags are not saved in it while it would be nice to have
Change History
(12)
Summary: |
Changeset tags handling comming from a .osm file → Changeset tags handling coming from a .osm file
|
Cc: |
Polyglot added; Don-vip removed
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Replying to _sly_:
Found the cause of that strange behaviour:
http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/actions/UploadAction.java#L214
As written in comments, we need a proper solution :)