Changes between Version 29 and Version 30 of Help/Menu/OSMLayer


Ignore:
Timestamp:
2018-02-26T17:07:46+01:00 (7 years ago)
Author:
Hb---
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Menu/OSMLayer

    v29 v30  
    1 [[TranslatedPages(outdated=WIP to reflect the changes from #8039 (and #10456).]]
     1[[TranslatedPages(outdated=WIP to reflect the changes from #8039 (and #10456).)]]
    22
    33= Context Menu > OSM Data Layer =
     
    66
    77=== Layer States ===
     8Normally all actions are possible with the data in a layer. But three flags can change this:
    89
    9 Layers in non-default state are indicated by a modified icon. This leads to those example layer states:
    10    * normal layers: download allowed, upload allowed, modifications allowed
    11    * layers needing work: download allowed, upload discouraged (set upload='false'), modifications allowed. These layers should usually not be uploaded. E.g. conversions of gpx tracks to data layers.
    12    * test layers: download allowed, upload blocked (set upload='never'), modifications allowed
    13    * private layers: download blocked (set download='never'), upload blocked (set upload='never'), modifications allowed
    14    * locked layers: nothing allowed, the data cannot be modified in any way (set locked='true').
     10|| Icon || Layer State || [wikitr:/Help/Action/EncourageDiscourageUpload Courage] ||  [wiki:Help/Action/BlockDownload Block] || [wikitr:/Help/Action/LockedLayer Locked] ||\
     11||   Behaviour  ||\
     12||
     13|| [[Image(source:trunk/images/layer/osmdata_small.png,link=)]] ||\
     14|| Default || . || . || . ||
     15|| [[Image(source:trunk/images/warning-small.png,8,link=)]] ||\
     16||    Rework || `false` || . || . ||\
     17|| Warn before upload ||\
     18||
     19|| [[Image(source:trunk/images/warning-small.png,8,link=)]] ||\
     20||    Test/Blocked   || `never` || . || . ||\
     21|| Download and edit ||\
     22||
     23|| [[Image(source:trunk/images/warning-small.png,8,link=)]] ||\
     24||    Private   || `never` || `never` || . ||\
     25|| Only editing ||\
     26||
     27|| [[Image(source:trunk/images/lock.svg,14px,link=)]] ||\
     28||    Locked   || . || . || `true` ||\
     29||   No action possible ||\
     30||
     31
     32 Courage:: false is set with context menu, never is set with a manually editing a osm-file, true is default.
     33 Block:: never is set with a manually editing a osm-file, true is default.
     34 Locked:: true is set with a manually editing a osm-file, false is default.
     35
    1536
    1637=== Context menu ===
     
    3556
    3657----
    37 Back to [wiki:Help/Dialog/LayerList Layer List Dialog][[Br]]
    38 Back to [wiki:/Help Main Help]
     58* Back to [wikitr:/Help/Dialog/LayerList Layer List Dialog]
     59* Back to [wikitr:/Help Main Help]