Changes between Version 3 and Version 4 of Help/Action/EncourageDiscourageUpload


Ignore:
Timestamp:
2018-02-25T23:20:39+01:00 (8 years ago)
Author:
aseerel4c26
Comment:

update for version 13453

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/EncourageDiscourageUpload

    v3 v4  
    55[[Image(source:trunk/images/no_upload.svg)]] **([ExpertMode expert mode] only)**
    66
    7 An OSM data layer can have three states regarding its upload behavior, which are explained in the table:
     7An OSM [wiki:Help/Dialog/LayerList data layer] can have three states regarding its upload behaviour.
    88
    9 ||= '''state''' =||= '''code in the osm file''' =||= '''behavior on upload''' =||= '''how to set''' =||
    10 || true || `upload='true'` || no special behavior || by deactivating the Discourage upload button in the [wiki:Help/Menu/OSMLayer context menu] of the osm data layer  ||
    11 || false || `upload='false'` || a warning box appears if you really want to upload the layer || by activating the Discourage upload button in the context menu of the osm data layer ||
    12 || never || `upload='never'` || the upload button is greyed out so the upload is impossible || only by manually editing the osm file in an external text editor ||
     9== States ==
     10
     11||= '''icon''' =||= '''state''' =||= '''osm element attribute''' =||= '''behaviour on upload''' =||= '''how to set in GUI''' =||
     12|| [[Image(source:trunk/images/layer/osmdata_small.png)]] || NORMAL || (optional: `upload='true'`) || no special behaviour || by deactivating the Discourage upload button in the [wiki:Help/Menu/OSMLayer context menu] of the osm data layer  ||
     13|| [[Image(source:trunk/images/warning-small.png)]] in the bottom right corner of [[Image(source:trunk/images/layer/osmdata_small.png)]] || DISCOURAGED || `upload='false'` || a warning box appears if you really want to upload the layer || by activating the Discourage upload button in the context menu of the osm data layer ||
     14|| [[Image(source:trunk/images/warning-small.png)]] in the bottom right corner of [[Image(source:trunk/images/layer/osmdata_small.png)]] || BLOCKED || `upload='never'` || the upload button is greyed out so the upload is impossible || not possible ||
     15
     16== Code Example ==
     17
     18Edit a .osm file in a text editor and use instead of the usual\\
     19{{{<osm version='0.6' generator='JOSM'>}}}\\
     20use\\
     21{{{<osm version='0.6' generator='JOSM' upload='never'>}}}\\.
     22
     23== Miscellaneous ==
    1324
    1425The warning when you try to upload an "`upload='false'`" layer: