Changes between Version 2 and Version 5 of Help/Action/LockedLayer
- Timestamp:
- (multiple changes)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/LockedLayer
v2 v5 2 2 3 3 = Locked Layer = 4 [[JOSMImage(lock,48,link=,middle,margin-right=20)]] **(Only visible in [wikitr:/Help/ExpertMode expert mode])** 4 5 5 **(For experts only)** 6 An 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']. 6 7 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'].8 8 9 9 == 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 || 10 13 11 ||= '''icon ''' =||= '''state''' =||= '''osm element attribute''' =||= '''behaviour''' =||= '''how to set in GUI''' =||12 || [[JOSMImage(layer/osmdata_small)]] || (no change) || (optional: locked='false') || no special behaviour || the default state ||13 || [[JOSMImage(lock,13px)]] || locked || `locked='true'` || modification of the data in this layer is not possible and uploads and downloads are blocked || not possible ||14 14 15 15 == Code Example == 16 Edit a `.osm` file in a text editor and instead of the usual `<osm version='0.6' generator='JOSM'>`, 16 17 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'>`** 21 19 22 20 ---- 23 Back to [wiki :Help/Dialog/LayerList Layer List Dialog][[BR]]24 Back to [wiki :Help Main Help]21 Back to [wikitr:/Help/Dialog/LayerList Layer List Dialog] \\ 22 Back to [wikitr:/Help Main Help]