forked from MapComplete/MapComplete
Re-enable button, add setting to choose how to add new features
This commit is contained in:
parent
25ff4b3a8c
commit
1acb645beb
12 changed files with 124 additions and 110 deletions
|
@ -3,7 +3,24 @@
|
|||
"name": null,
|
||||
"description": "This 'layer' is not really a layer, but contains part of the code how the popup to 'add a new marker' is displayed",
|
||||
"source": "special",
|
||||
"isShown": "mouse_button=right",
|
||||
"isShown": {
|
||||
"or": [
|
||||
{
|
||||
"and": [
|
||||
"mouse_button=right",
|
||||
"_usermode=button_click_right"
|
||||
]
|
||||
},
|
||||
"_usermode=button_click",
|
||||
"_usermode=click",
|
||||
{
|
||||
"and": [
|
||||
"mouse_button=right",
|
||||
"_usermode=click_right"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"mappings": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue