Changes between Version 6 and Version 7 of Help/Action/EncourageDiscourageUpload


Ignore:
Timestamp:
2020-06-12T11:08:58+02:00 (5 years ago)
Author:
leni
Comment:

bigger icon ; added wikitr:/ ;changed from BR to

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/EncourageDiscourageUpload

    v6 v7  
    33= Encourage/Discourage Upload =
    44
    5 [[JOSMImage(no_upload)]] **([ExpertMode expert mode] only)**
     5[[JOSMImage(no_upload,48,link=,middle,margin-right=20)]] **([ExpertMode expert mode] only)**
    66
    7 An OSM [wiki:Help/Dialog/LayerList data layer] can have three states regarding its upload behaviour.
     7An OSM [wikitr:\Help/Dialog/LayerList data layer] can have three states regarding its upload behaviour.
    88
    99== States ==
    1010
    1111||= '''icon''' =||= '''state''' =||= '''osm element attribute''' =||= '''behaviour on upload''' =||= '''how to set in GUI''' =||
    12 || [[JOSMImage(layer/osmdata_small)]] || DEFAULT || (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  ||
     12|| [[JOSMImage(layer/osmdata_small)]] || 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  ||
    1313|| [[Image(wiki:Help/Menu/OSMLayer:noupload.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 ||
    1414|| [[Image(wiki:Help/Menu/OSMLayer:noupload.png)]] || BLOCKED || `upload='never'` || the upload button is greyed out so the upload is impossible || not possible ||
     
    1616== Code Example ==
    1717
    18 Edit a .osm file in a text editor and use instead of the usual\\
    19 {{{<osm version='0.6' generator='JOSM'>}}}\\
    20 use\\
    21 {{{<osm version='0.6' generator='JOSM' upload='never'>}}}\\.
     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'>}}} \\.
    2222
    2323== Miscellaneous ==
     
    2929The 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).
    3030
    31 Note that you'll only get a warning about [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.
     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.
    3232
    3333----
    34 Back to [wiki:Help/Menu/OSMLayer OSM layer context menu][[BR]]
    35 Back to [wiki:Help/Dialog/LayerList Layer List Dialog][[BR]]
    36 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]