wiki:Help/Action/BlockDownload

Version 1 (modified by aseerel4c26, 6 years ago) ( diff )

update for version 13453

Block Downloading Of Data

(For experts only)

An OSM data layer can be set to block data downloads into it.

States

icon state osm element attribute behaviour on download how to set in GUI
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
source:trunk/images/warning-small.png in the top right corner of source:trunk/images/layer/osmdata_small.png BLOCKED download='never' data is downloaded into a new layer instead not possible

Code Example

Edit a .osm file in a text editor and use instead of the usual
<osm version='0.6' generator='JOSM'>
use
<osm version='0.6' generator='JOSM' download='never'>
.

Miscellaneous

The 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.


Back to Layer List Dialog
Back to Main Help

Note: See TracWiki for help on using the wiki.