Changes between Version 21 and Version 24 of Help/Action/ConvertToDataLayer


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/ConvertToDataLayer

    v21 v24  
    33= Layer > Convert To Data Layer =
    44
    5 [[JOSMImage(converttoosm,32)]]
     5[[JOSMImage(converttoosm,48,link=)]]
    66
    7 This feature is available for [[JOSMImage(layer/gpx_small)]] [wikitr:/Help/Dialog/LayerList#Layertypes GPX Layers] and [[JOSMImage(layer/marker_small)]] [wikitr:/Help/Dialog/LayerList#Layertypes Marker Layers] and converts gpx data into osm data.
     7This feature is available for [[JOSMImage(layer/gpx_small,24,link=,bottom)]] [wikitr:/Help/Dialog/LayerList#Layertypes GPX Layers] and [[JOSMImage(layer/marker_small,24,link=,middle)]] [wikitr:/Help/Dialog/LayerList#Layertypes Marker Layers] and converts gpx data into osm data.
    88
    99== GPX Layers ==
    1010
    11 Creates a new OSM Data Layer comprising a [[JOSMImage(data/way,top)]] [Concepts/Object#Ways way] for each track in the GPX data, consisting of a [[JOSMImage(data/node,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:
     11Creates 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:
    1212
    13 [[Image(gpx_convert.png)]]
     13[[Image(gpx_convert.png,link=,margin-right=20)]] [[Image(gpx_track_point.PNG,link=)]]
    1414
    15 [[Image(gpx_track_point.PNG)]]
     15If 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 ! **
    1616
    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! **
    18 
     17=== Advanced preference ===
    1918The 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 }}}
     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]
    2723
    2824
     
    3127When converting a Marker Layer only the following tags of the marker will be converted to osm tags:
    3228||= marker tag =||= osm tag =||
    33 || name || name ||
    34 || desc || description ||
    35 || cmt || note ||
    36 || src || source ||
    37 || sym || gpxicon ||
     29||  name || name ||
     30||  desc || description ||
     31||  cmt || note ||
     32||  src || source ||
     33||  sym || gpxicon ||
    3834
    3935You 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.)
    4036
    4137----
    42 Back to [wikitr:/Help/Menu/GPXLayer GPX Layer][[BR]]
    43 Back to [wikitr:/Help/ToggleDialogs Windows][[BR]]
     38Back to [wikitr:/Help/Menu/GPXLayer GPX Layer context menu] \\
     39Back to [wikitr:/Help/Dialog/LayerList Layer List] \\
    4440Back to [wikitr:/Help Main Help]