#8512 closed enhancement (fixed)
Do not display discardable keys or warn if one is modified
Reported by: | stefanct | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 13.11 |
Component: | Core | Version: | |
Keywords: | created_by | Cc: |
Description
Since theses tags on nodes/ways/relation are filtered on upload anyway there is no reason to even show them to the user on default.
Hence IMHO it would be best to not show it at all, maybe with an option to force its visibility. Another option would be to show them but inform the user that these changes will not be uploaded whenever he tries to modify/delete the tag.
If there is any doubt what I am talking about, it's created_by et al as defined by getDiscardableKeys():
http://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java?rev=5754#L643
Attachments (0)
Change History (4)
comment:1 by , 12 years ago
comment:3 by , 11 years ago
Milestone: | → 13.11 (6383) |
---|
Another option would be to display them in a special way (maybe with a grey color + a tooltip or something like that)