9 | | This is very much only a starting point. You will need to split the [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways ways] up, connect them with correct topology, move [[Image(source:trunk/images/data/node.png)]] [Concepts/Object#Nodes nodes] around, thin them out, tag them and so on. **Never upload newly converted [[Image(source:trunk/images/data/way.png)]] [Concepts/Object#Ways ways] ! ** |
| 9 | == GPX Layers == |
| 10 | |
| 11 | Creates a new OSM Data Layer comprising a [[JOSMImage(data/way)]] [wikitr:/Help/Concepts/Object#Ways way] for each track in the GPX data, consisting of a [[JOSMImage(data/node)]] [wikitr:/Help/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 | |
| 13 | [[Image(gpx_convert.png,link=,margin-right=20)]] [[Image(gpx_track_point.PNG,link=)]] |
| 14 | |
| 15 | 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 ! ** |
| 16 | |
| 17 | === Advanced preference === |
| 18 | The related keys in the [wikitr:/Help/Preferences/Advanced advanced preference] are: |
| 19 | * `gpx.convert-tags`: all, list, *ask, no |
| 20 | * `gpx.convert-tags.last`: *all, list, no |
| 21 | * `gpx.convert-tags.list.yes`: list |
| 22 | * `gpx.convert-tags.list.no`: list |
| 23 | |
| 24 | |
| 25 | == Marker Layers == |
| 26 | |
| 27 | When converting a Marker Layer only the following tags of the marker will be converted to osm tags: |
| 28 | ||= marker tag =||= osm tag =|| |
| 29 | || name || name || |
| 30 | || desc || description || |
| 31 | || cmt || note || |
| 32 | || src || source || |
| 33 | || sym || gpxicon || |
| 34 | |
| 35 | 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.) |