Languages:
- English
- français
- 日本語
- Nederlands
- русский
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 |
---|---|---|---|---|
NORMAL | (optional: download='true' ) | no special behaviour – it is possible to download data into this layer | the default state | |
in the top right corner of | 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