[[TranslatedPages(outdated=WIP to reflect the changes from #8039 [and #10456].)]] = Context Menu > OSM Data Layer = Data layers contain map data objects downloaded from OpenStreetMap or created and edited by users, usually meant to upload them back to OSM. Special [#Layerstates layer states] may block this. === Context menu === OSM data layers have following context menu: ||[[Image(source:trunk/images/dialogs/activate.svg)]]|| [wiki:Help/Dialog/LayerList#ActivateLayer Activate] ||`Shift+A+[0-9]`|| ||[[Image(source:trunk/images/dialogs/showhide.png)]]|| [wiki:Help/Dialog/LayerList#VisibilityLayer Show/Hide] ||`Shift+S+[0-9]`|| ||[[Image(source:trunk/images/dialogs/delete.png)]]|| [wiki:Help/Dialog/LayerList#DeleteLayer Delete] || || |||||||| ||[[Image(source:trunk/images/dialogs/mergedown.png)]]|| [wiki:Help/Action/MergeLayer Merge] || || ||[[Image(source:trunk/images/dialogs/duplicatelayer.png)]]|| [wiki:Help/Action/DuplicateLayer Duplicate] || || ||[[Image(source:trunk/images/save.png)]]|| [wiki:Help/Action/Save Save] || || ||[[Image(source:trunk/images/save_as.png)]]|| [wiki:Help/Action/SaveAs Save as ...] || || ||[[Image(source:trunk/images/exportgpx.png)]]|| [wiki:Help/Action/GpxExport Export to GPX ...] **([ExpertMode expert mode] only)** || || ||[[Image(source:trunk/images/converttogpx.png)]]|| [wiki:Help/Action/ConvertToGpxLayer Convert To GPX Layer] **([ExpertMode expert mode] only)** || || |||||||| ||[[Image(source:trunk/images/dialogs/edit.png)]]|| [wiki:Help/Action/RenameLayer Rename Layer] || || ||[[Image(source:trunk/images/no_upload.svg)]]||\ || [wiki:Help/Action/EncourageDiscourageUpload Encourage/discourage upload] (only in [ExpertMode expert mode]) || || || || [wiki:Help/Action/DataConsistantyTest Data consistency test] || || |||||||| ||[[Image(source:trunk/images/info.png)]]|| [wiki:Help/Action/LayerInfo Info] || || === Layer States === Normally all actions are possible with the data in a layer. But three switches can change this: ||||= Layer State =||= Upload =||= Download =||= Block =||\ ||= Behaviour =||\ || || [[Image(source:trunk/images/layer/osmdata_small.png,link=)]] ||\ || Default || . || . || . ||\ || || [[Image(source:trunk/images/warning-small.png,8,right,bottom,link=)]] ||\ || Rework || `false` || . || . ||\ || Warn before upload ||\ || || [[Image(source:trunk/images/warning-small.png,8,link=)]] ||\ || Test/Blocked || `never` || . || . ||\ || Download and edit ||\ || || [[Image(source:trunk/images/warning-small.png,8,right,top,link=)]] ||\ || Private || `never` || `never` || . ||\ || Only editing ||\ || || ||\ || Locked || . || . || `true` ||\ || No action possible ||\ || The Upload switch can be toggled to `false` with [wikitr:/Help/Action/EncourageDiscourageUpload Upload] the context menu mentioned above. For all other switches the .osm-file must be edited with a text editor: {{{#!xml # Default file header # Implying upload='true', download='never' and locked='false' # To warn before uploading. Same as Upload='checked' in # the Layer list context menu for the OSM data layer # To block uploads # To block downloads: # To lock a file. # This implies download='never' }}} Do we need separate HelpTopics like this while having no GUI? [wiki:Help/Action/BlockDownload] and [wiki:/Help/Action/LockedLayer] ---- * Back to [wikitr:/Help/Dialog/LayerList Layer List Dialog] * Back to [wikitr:/Help Main Help]