Changes between Version 17 and Version 18 of Help/Action/ConvertToDataLayer


Ignore:
Timestamp:
2018-08-26T19:13:57+02:00 (7 years ago)
Author:
Klumbumbus
Comment:

add imges, more explanation

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/ConvertToDataLayer

    v17 v18  
    99== GPX Layers ==
    1010
    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:
     11Creates 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:
    1212
    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)]]
    1916
    2017If 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! **
    2118
     19The related keys in the [wikitr:/Help/Preferences/Advanced advanced preference] are:
     20
     21{{{
     22gpx.convert-tags: all, list, *ask, no
     23gpx.convert-tags.last: *all, list, no
     24gpx.convert-tags.list.yes: [list]
     25gpx.convert-tags.list.no: [list]
     26}}}
     27
     28
    2229== Marker Layers ==
    2330
    24 When converting a [Help/Dialog/LayerList#Layertypes Marker Layer] the following "tags" of the marker will be converted to osm tags:
     31When converting a Marker Layer only the following tags of the marker will be converted to osm tags:
    2532||= marker tag =||= osm tag =||
    2633|| name || name ||
     
    3037|| sym || gpxicon ||
    3138
    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.)
     39You 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.)
    3340
    3441----