Changes between Initial Version and Version 1 of Help/Action/BlockDownload


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

update for version 13453

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/BlockDownload

    v1 v1  
     1[[TranslatedPages]]
     2
     3= Block Downloading Of Data =
     4
     5**(For experts only)**
     6
     7An OSM [wiki:Help/Dialog/LayerList data layer] can be set to block data downloads into it.
     8
     9== States ==
     10
     11||= '''icon''' =||= '''state''' =||= '''osm element attribute''' =||= '''behaviour on download''' =||= '''how to set in GUI''' =||
     12|| [[Image(source:trunk/images/layer/osmdata_small.png)]] || NORMAL ||  (optional: `download='true'`)  || no special behaviour – it is possible to download data into this layer || the default state  ||
     13|| [[Image(source:trunk/images/warning-small.png)]] in the top right corner of [[Image(source:trunk/images/layer/osmdata_small.png)]] || BLOCKED || `download='never'` || data is downloaded into a new layer instead || not possible ||
     14
     15== Code Example ==
     16
     17Edit a .osm file in a text editor and use instead of the usual\\
     18{{{<osm version='0.6' generator='JOSM'>}}}\\
     19use\\
     20{{{<osm version='0.6' generator='JOSM' download='never'>}}}\\.
     21
     22== Miscellaneous ==
     23The idea behind this option is for example to manage some data in private layers, e.g. things which are not yet mapped so a mapper can insert these on the map and later plan routes where the mapper visits these places. This avoids accidentally downloading OSM data into these layers (undo does not work) which renders them pretty useless as the custom points drown in the OSM data.
     24
     25----
     26Back to [wiki:Help/Dialog/LayerList Layer List Dialog][[BR]]
     27Back to [wiki:Help Main Help]