Changes between Version 1 and Version 10 of Help/Action/EncourageDiscourageUpload


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/EncourageDiscourageUpload

    v1 v10  
    33= Encourage/Discourage Upload =
    44
    5 [[Image(source:trunk/images/no_upload.svg)]] **([ExpertMode expert mode] only)**
     5[[JOSMImage(no_upload,48,link=,middle,margin-right=100)]] **([wikitr:/Help/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 [wikitr:/Help/Dialog/LayerList data layer] can have three states regarding its upload behavior.
    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 t 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 ||
    139
     10== States ==
     11||= **icon** =||= **state** =||= **osm element attribute** =||= '''behavior on upload''' =||= **how to set in GUI** =||
     12||  [[JOSMImage(layer/osmdata_small,24,link=,middle)]]  || DEFAULT || (optional: `upload='true'`) || no special behaviour || by deactivating the Discourage upload button in the [wikitr:/Help/Menu/OSMLayer context menu] of the osm data layer  ||
     13||  [[Image(wiki:Help/Menu/OSMLayer:noupload.svg,24,link=,middle)]]  || 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(wiki:Help/Menu/OSMLayer:noupload.svg,24,link=,middle)]]  || BLOCKED || `upload='never'` || the upload button is greyed out so the upload is impossible || not possible ||
     15
     16
     17== Code Example ==
     18Edit a .osm file in a text editor and instead of the usual \\
     19{{{<osm version='0.6' generator='JOSM'>}}} \\
     20use \\
     21{{{<osm version='0.6' generator='JOSM' upload='never'>}}}.
     22
     23
     24== Miscellaneous ==
    1425The warning when you try to upload an "`upload='false'`" layer:
    1526
    16 [[Image(upload_false.png)]]
     27[[Image(upload_false.png,link=)]]
    1728
    18 The idea behind these states is to prevent to accidentaly upload data which is not appropriate for the osm database (e.g. some fictional test data).
     29The idea behind these states is to prevent to accidentally upload data which is not appropriate for the osm database (e.g. some fictional test data).
    1930
    20 Note that you'll only get a warning about [Help/Dialog/UnsavedChangesDialog unsaved changes] of layers of the states false or never if the state was already set in the osm file ''before'' adding the layer to JOSM.
     31Note that you'll only get a warning about [wikitr:/Help/Dialog/UnsavedChangesDialog unsaved changes] of layers with the states false or never if the state was already set in the osm file ''before'' adding the layer to JOSM.
    2132
    2233----
    23 Back to [wiki:Help/Menu/OSMLayer OSM layer context menu][[BR]]
    24 Back to [wiki:Help/Dialog/LayerList Layer List Dialog][[BR]]
    25 Back to [wiki:Help Main Help]
     34Back to [wikitr:/Help/Menu/OSMLayer OSM layer context menu] \\
     35Back to [wikitr:/Help/Dialog/LayerList Layer List Dialog] \\
     36Back to [wikitr:/Help Main Help]