Changes between Version 7 and Version 8 of Help/Action/EncourageDiscourageUpload
- Timestamp:
- 2020-06-12T13:09:32+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/EncourageDiscourageUpload
v7 v8 3 3 = Encourage/Discourage Upload = 4 4 5 [[JOSMImage(no_upload,48,link=,middle,margin-right= 20)]] **([ExpertMode expert mode] only)**5 [[JOSMImage(no_upload,48,link=,middle,margin-right=100)]] **([ExpertMode expert mode] only)** 6 6 7 An OSM [wikitr:\Help/Dialog/LayerList data layer] can have three states regarding its upload behaviour. 7 An OSM [wikitr:/Help/Dialog/LayerList data layer] can have three states regarding its upload behavior. 8 8 9 9 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.png,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.png,24,link=,middle)]] || BLOCKED || `upload='never'` || the upload button is greyed out so the upload is impossible || not possible || 10 15 11 ||= '''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 [wikitr:/Help/Menu/OSMLayer context menu] of the osm data layer ||13 || [[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 ||14 || [[Image(wiki:Help/Menu/OSMLayer:noupload.png)]] || BLOCKED || `upload='never'` || the upload button is greyed out so the upload is impossible || not possible ||15 16 16 17 == Code Example == 17 18 Edit a .osm file in a text editor and use instead of the usual \\ 18 Edit a .osm file in a text editor and instead of the usual \\ 19 19 {{{<osm version='0.6' generator='JOSM'>}}} \\ 20 20 use \\ 21 {{{<osm version='0.6' generator='JOSM' upload='never'>}}} \\. 21 {{{<osm version='0.6' generator='JOSM' upload='never'>}}}. 22 22 23 23 24 == Miscellaneous == 24 25 25 The warning when you try to upload an "`upload='false'`" layer: 26 26 27 [[Image(upload_false.png)]] 27 [[Image(upload_false.png,link=)]] 28 28 29 29 The 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).