id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 16572,[Patch] Conversion options for tags GPX -> OSM,Bjoeni,team,"See [https://josm.openstreetmap.de/ticket/16550#comment:10 ticket 16550]: > I would really like an option or dialog to disable the conversion of the tags in the first place. This is simply because I can upload quite a lot of my tracks with nearly no changes to OSM (e.g. some paths or tracks in the middle of nowhere), and while it isn't a big deal to remove the tags, it is unnecessary and I think that some people might miss this new feature and upload their timestamps and eles to OSM. ** This patch shows a dialog asking the user whether to convert all, some or none of the tags found in the file. This can be ""remembered"" / saved in the settings. ** The timestamps will always be kept (not the ""time""-tag though!) When ''some tags'' is remembered, a list of checked and unchecked tags is kept for future reference. In case a tag is found that hasn't been shown to the user before, the user will be asked again anyways. When ''all'' or ''none'' is remembered, the setting will obviously be applied while converting. Otherwise, all tags are converted and filtered later (after the dialog has been shown or when it is clear that all tags are in the positive / negative list). This is because the fields in the GPX are unknown before the conversion, but have to be shown to the user for him to decide. The icons in the dialog are only temporary, please replace. The settings are: {{{ gpx.convert-tags: all, list, *ask, no gpx.convert-tags.last: *all, list, no gpx.convert-tags.list.yes: [list] gpx.convert-tags.list.no: [list] }}} And this is my first patch / contribution to JOSM or a bigger open source project in general, so sorry if there are issues with code/style/whatever. Feedback always appreciated ;)",enhancement,closed,normal,18.08,Core,,fixed,gpx conversion tags,Don-vip