Changes between Version 1 and Version 5 of Help/Action/LockedLayer


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/LockedLayer

    v1 v5  
    22
    33= Locked Layer =
     4[[JOSMImage(lock,48,link=,middle,margin-right=20)]] **(Only visible in [wikitr:/Help/ExpertMode expert mode])**
    45
    5 **(For experts only)**
     6An OSM [wikitr:/Help/Dialog/LayerList data layer] can be set to block any modification and implying the states [wikitr:/Help/Action/EncourageDiscourageUpload upload='never'] and [wikitr:/Help/Action/BlockDownload download='never'].
    67
    7 An OSM [wiki:Help/Dialog/LayerList data layer] can be set to block any modification and implying the states [wiki:Help/Action/EncourageDiscourageUpload upload='never'] and [wiki:Help/Action/BlockDownload download='never'].
    88
    99== States ==
     10||= **icon** =||= **state** =||= **osm element attribute** =||= **behavior** =||= **how to set in GUI** =||
     11||  [[JOSMImage(layer/osmdata_small,24,link=,middle)]]  ||  (no change)  || (optional: `locked='false'`) ||  no special behavior  ||  the default state  ||
     12||  [[JOSMImage(lock,24,link=,middle)]]  ||  locked  ||  `locked='true'`  || modification of the data in this layer is not possible and uploads and downloads are blocked ||  not possible  ||
    1013
    11 ||= '''icon ''' =||= '''state''' =||= '''osm element attribute''' =||= '''behaviour''' =||= '''how to set in GUI''' =||
    12 || [[Image(source:trunk/images/layer/osmdata_small.png)]] || (no change) || (optional: locked='false') || no special behaviour || the default state  ||
    13 || [[Image(source:trunk/images/lock.svg,13px)]] || locked || `locked='true'` || modification of the data in this layer is not possible and uploads and downloads are blocked ||  not possible ||
    1414
    1515== Code Example ==
     16Edit a `.osm` file in a text editor and instead of the usual `<osm version='0.6' generator='JOSM'>`,
    1617
    17 Edit a .osm file in a text editor and use instead of the usual\\
    18 {{{<osm version='0.6' generator='JOSM'>}}}\\
    19 use\\
    20 {{{<osm version='0.6' generator='JOSM' locked='true'>}}}\\.
     18  use **`<osm version='0.6' generator='JOSM' locked='true'>`**
    2119
    2220----
    23 Back to [wiki:Help/Dialog/LayerList Layer List Dialog][[BR]]
    24 Back to [wiki:Help Main Help]
     21Back to [wikitr:/Help/Dialog/LayerList Layer List Dialog] \\
     22Back to [wikitr:/Help Main Help]