Changes between Version 17 and Version 18 of Help/Dialog/LayerList


Ignore:
Timestamp:
2011-05-03T01:24:39+02:00 (14 years ago)
Author:
skyper
Comment:

started update, work TODO

Legend:

Unmodified
Added
Removed
Modified
  • Help/Dialog/LayerList

    v17 v18  
    22= Layer List Dialog =
    33
    4 List of currently loaded layers. There are different types of layers. Each has a Context Menu accessed from the right mouse button which provides operations on the layer.
     4[[Image(source:/trunk/images/dialogs/layerlist.png)]] ''Keyboard shortcut'': '''{{{Alt+L}}}'''
    55
    6   * OSM Data Layer [wiki:/Help/Menu/OSMLayer (menu)]: holds the OpenStreetMap data (nodes, segments, ways, ...).
    7   * GPX Layer [wiki:/Help/Menu/GPXLayer (menu)]: holds the GPS data loaded from your local hard disk (by using the open dialog to load GPX files) or from openstreetmap. The context menu (right mouse click on layer in layer list) allows to set special properties for different gps layers (different colors, line style, etc.).
    8   * Marker Layer [wiki:/Help/Menu/Marker (menu)]: Markers are specially identified points on the track. They come in four varieties: simple named markers, audio markers, image markers and web markers. They are created as a side effect of opening a GPX file, containing waypoints from that file, or from a set of waypoints artificially constructed using the context menu entry Make Sampled Audio Layer on the GPX layer, which produces only audio markers.
    9   * Photo Layer [wiki:/Help/Menu/PhotoLayer (menu)]: the context menu (right mouse) of a GPS layer provides the menu to import images. Using this feature allows to match digital images with the gps coordinates to ease the naming of streets (for example).
    10   * WMS Layer [wiki:/Help/Menu/Imagery (menu)]: backgrounds retrieved from a WMS server. You will usually need the appropriate plugins installed to get these. Examples are Landsat satellite imagery, Yahoo satellite imagery, NPE out-of-copyright Ordnance Survey maps and OpenStreetMap map tiles.
     6'''List of currently loaded layers.'''[[BR]]
     7There are different types of layers. Each has a Context Menu accessed from the right mouse button which provides operations on the layer.
     8
     9 * [[Image(source:/trunk/images/layer/osmdata_small.png)]] OSM Data Layer [wiki:/Help/Menu/OSMLayer (menu)]: holds the OpenStreetMap data (nodes, ways, relations ...).
     10 * [[Image(source:/trunk/images/layer/gpx_small.png)]] GPX Layer [wiki:/Help/Menu/GPXLayer (menu)]: holds the GPS data loaded from your local hard disk (by using the open dialog to load GPX files) or from openstreetmap. The context menu (right mouse click on layer in layer list) allows to set special properties for different gps layers (different colors, line style, etc.).
     11 * [[Image(source:/trunk/images/layer/marker_small.png)]] Marker Layer [wiki:/Help/Menu/Marker (menu)]: Markers are specially identified points on the track. They come in four varieties: simple named markers, audio markers, image markers and web markers. They are created as a side effect of opening a GPX file, containing waypoints from that file, or from a set of waypoints artificially constructed using the context menu entry Make Sampled Audio Layer on the GPX layer, which produces only audio markers.
     12 * Photo Layer [wiki:/Help/Menu/PhotoLayer (menu)]: the context menu (right mouse) of a GPS layer provides the menu to import images. Using this feature allows to match digital images with the gps coordinates to ease the naming of streets (for example).
     13 * [[Image(source:/trunk/images/imagery_small.png)]] WMS Layer [wiki:/Help/Menu/Imagery (menu)]: backgrounds retrieved from a WMS server. You will usually need the appropriate plugins installed to get these. Examples are Landsat satellite imagery, Yahoo satellite imagery, NPE out-of-copyright Ordnance Survey maps and OpenStreetMap map tiles.
     14 * [[Image(source:/trunk/images/layer/validator_small.png)]] Validator Layer
    1115
    1216The Layer List Dialog also has several buttons beneath it (and context menu entries) which operate on the selected layer:
    1317
    14 == Up == #LayerUp
     18== Move Up == #LayerUp
     19[[Image(source:/trunk/images/dialogs/up.png)]] '''Up''' moves the selected layer up one row in the layer stack.
     20 This is important when items in one layer obscure those in layers below.
    1521
    16 [[Image(source:/trunk/images/dialogs/up.png)]] Moves the selected layer up one row in the layer stack.
     22== Move Down == #LayerDown
     23[[Image(source:/trunk/images/dialogs/down.png)]] '''Down''' moves the selected layer down one row in the layer stack.
     24 This is important when items in one layer obscure those in layers below.
    1725
    18 This is important when items in one layer obscure those in layers below.
     26== Activate Layer == #ActivateLayer
     27[[Image(source:/trunk/images/dialogs/activate.png)]]
    1928
    20 == Down == #LayerDown
     29== Show/Hide Layer == #ShowHideLayer
     30[[Image(source:/trunk/images/dialogs/showhide.png)]] Show/Hide turns visibility of layer on or off.
     31 The layer is unchanged when hidden, but its contents are not shown.
    2132
    22 [[Image(source:/trunk/images/dialogs/down.png)]] Moves the selected layer down one row in the layer stack.
     33== Adjust Opacity == #OpacityLayer
     34[[Image(source:/trunk/images/dialogs/layerlist/transparency.png)]]
    2335
    24 This is important when items in one layer obscure those in layers below.
     36== Merge Layer == #MergeLayer
     37[[Image(source:/trunk/images/dialogs/mergedown.png)]] '''[wiki:/Help/Action/MergeLayer Merge]'''
    2538
    26 == Show/Hide == #ShowHideLayer
     39== Duplicate Layer == #DuplicateLayer
     40[[Image(source:/trunk/images/dialogs/duplicatelayer.png)]]
    2741
    28 [[Image(source:/trunk/images/dialogs/showhide.png)]] Turns visibility of layer on or off.
     42== Delete Layer == #DeleteLayer
     43[[Image(source:/trunk/images/dialogs/delete.png)]] '''Delete''' permanently deletes the selected layer. '''Cannot be undone ! '''
     44 The first time you try and delete an OSM data layer you get a dialog box asking you to confirm this action, and the ability not to show this warning again. If you choose not to show the warning again, and you wish to later change this you need to go to [wiki:Help/Action/Preferences Advanced Preferences], and change the value of {{{message.delete_layer}}} to "false"
    2945
    30 The layer is unchanged when hidden, but its contents are not shown.
    3146
    32 == Delete == #DeleteLayer
     47== Info == #LayerInfo
    3348
    34 [[Image(source:/trunk/images/dialogs/delete.png)]] Permanently deletes the selected layer. Cannot be undone!
     49{{{
     50#!html
     51<p style="background-color:rgb(253,255,221);padding: 10pt; border-color:rgb(128,128,128);border-style: solid; border-width: 1px;">
     52<strong>This button does no longer exist on the Layer List Dialog Panel. </strong><br/>
     53It can be found on the right-click menu and is left for links, right now. Please update links to [wiki:/Help/Action/LayerInfo]
     54</p>
     55}}}
    3556
    36 The first time you try and delete an OSM data layer you get a dialog box asking you to confirm this action, and the ability not to show this warning again. If you choose not to show the warning again, and you wish to later change this you need to go to [wiki:Help/Action/Preferences Advanced Preferences], and change message.delete_layer to "false"
    37 
    38 == [wiki:/Help/Action/MergeLayer Merge] == #MergeLayer
    39 
    40 [[Image(source:/trunk/images/dialogs/mergedown.png)]] Merges the content of one OSM Data Layer into the one immediately below it.
    41 
    42 Only applies for adjacent OSM data layers.
    43 
    44 == [wiki:/Help/Action/LayerInfo Info] == #LayerInfo
    45 
    46 [[Image(source:/trunk/images/info.png)]] Summarises the number of items in the Layer (what these are depends on what kind of layer it is).
     57[[Image(source:/trunk/images/info.png)]] [wiki:/Help/Action/LayerInfo Info]
    4758
    4859----
     60Back to [wiki:/Help/ToggleDialogs Toggle Dialogs][[BR]]
    4961Back to [wiki:/Help Main Help]