#6471 closed enhancement (fixed)
tags for changeset should be customizable
Reported by: | flaimo | Owned by: | flaimo |
---|---|---|---|
Priority: | major | Milestone: | 13.12 |
Component: | Core | Version: | tested |
Keywords: | Cc: |
Description (last modified by )
when uploading a changeset, i now tend to add a source=bing or source=geoimage tag zu the changeset instead of each element. as it seems, josm doesn't remember the tags i last used and always just initializes "created_by" and "comment".
it would be nice if i could edit the default tags that get prefilled when uploading to a new changeset. another possibility would be if josm just remembers the tags used for the last upload.
version used: 4064
Attachments (0)
Change History (7)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
+1 bump.
This would help us keeping data off of objects.
comment:3 by , 12 years ago
An input field for the source tag has been added in the course of #6381.
comment:4 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
In addition, changeset tags from a .osm
files are also set in the upload dialog, e.g:
<osm version='0.6' upload='true' generator='JOSM'> <changeset> <tag k="foo" v="bar"/> </changeset> <node id='-17' action='modify' visible='true' lat='47.293550501891566' lon='11.230261803762046' /> </osm>
Is there a need for more customization?
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
the current stable release seems to remember all changeset tags from the previous upload, so from my point this ticket is fixed. thanks.
comment:6 by , 12 years ago
Milestone: | → 13.12 (6502) |
---|
+1
This should help us to use more tags on the changeset when it makes sense. For example, HOT projects use to add "project=xxxx" on each created object (because this can be automated in the preset), which is a terrible bad habit. But right now, having no alternative, it's hard to fight against ;)
For now, I've created a custom JOSM version, which add "source:preset=xxx" in the changeset. But it's far from being ideal.
Thanks in advance for considering this feature request!