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 | |