wiki:Help/Action/LockedLayer

Version 2 (modified by stoecker, 5 years ago) ( diff )

Directory rework, see #18845

Locked Layer

(For experts only)

An OSM data layer can be set to block any modification and implying the states upload='never' and download='never'.

States

icon state osm element attribute behaviour how to set in GUI
source:trunk/resources/images/layer/osmdata_small.svg (no change) (optional: locked='false') no special behaviour the default state
source:trunk/resources/images/lock.svg locked locked='true' modification of the data in this layer is not possible and uploads and downloads are blocked 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' locked='true'>
.


Back to Layer List Dialog
Back to Main Help

Note: See TracWiki for help on using the wiki.