Changes between Version 17 and Version 18 of Help/Action/ConvertToDataLayer
- Timestamp:
- 2018-08-26T19:13:57+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/ConvertToDataLayer
v17 v18 9 9 == GPX Layers == 10 10 11 Creates a new OSM Data Layer comprising a [[Image(source:trunk/images/data/way.svg,top)]] [Concepts/Object#Ways way] for each track in the GPX data, consisting of a [[Image(source:trunk/images/data/node.svg,top)]] [Concepts/Object#Nodes node] in sequence for each track point. Some data are extracted from each positions and converted to a tag:11 Creates a new OSM Data Layer comprising a [[Image(source:trunk/images/data/way.svg,top)]] [Concepts/Object#Ways way] for each track in the GPX data, consisting of a [[Image(source:trunk/images/data/node.svg,top)]] [Concepts/Object#Nodes node] in sequence for each track point. You have the choice to convert all, some or none tags to the track points: 12 12 13 || course (bearing) || 14 || elevation || 15 || fix mode || 16 || number of satellite used || 17 || speed || 18 || time || 13 [[Image(gpx_convert.png)]] 14 15 [[Image(gpx_track_point.PNG)]] 19 16 20 17 If you want to use this way as a new OpenStreetMap's highway, this is very much only a starting point. You will need to split the ways up, connect them with correct topology, move nodes around, thin them out, remove the unwanted tags, tag them and so on. **Never upload raw converted ways! ** 21 18 19 The related keys in the [wikitr:/Help/Preferences/Advanced advanced preference] are: 20 21 {{{ 22 gpx.convert-tags: all, list, *ask, no 23 gpx.convert-tags.last: *all, list, no 24 gpx.convert-tags.list.yes: [list] 25 gpx.convert-tags.list.no: [list] 26 }}} 27 28 22 29 == Marker Layers == 23 30 24 When converting a [Help/Dialog/LayerList#LayertypesMarker Layer]the following"tags"of the marker will be converted to osm tags:31 When converting a Marker Layer only the following tags of the marker will be converted to osm tags: 25 32 ||= marker tag =||= osm tag =|| 26 33 || name || name || … … 30 37 || sym || gpxicon || 31 38 32 You can adjust or enhance this list by modifying the key `gpx.to-osm-mapping` in the [wiki :Help/Preferences/Advanced advanced preferences]. The key `gpxicon` is intended for custom icon display within JOSM, so make sure to not upload any keys which should not be part of the OSM database. (See also ticket #13717, the implementation of this feature.)39 You can adjust or enhance this list by modifying the key `gpx.to-osm-mapping` in the [wikitr:/Help/Preferences/Advanced advanced preferences]. The key `gpxicon` is intended for custom icon display within JOSM, so make sure to not upload any keys which should not be part of the OSM database. (See also ticket #13717, the implementation of this feature.) 33 40 34 41 ----
