forked from MapComplete/MapComplete
Ressurect marker to 'add a new item', but only on long press
This commit is contained in:
parent
9deae9e659
commit
800a4ae849
12 changed files with 111 additions and 49 deletions
|
@ -56,6 +56,7 @@
|
|||
},
|
||||
"popupInFloatover": true,
|
||||
"titleIcons": [],
|
||||
"isShown": "mouse_button=right",
|
||||
"pointRendering": [
|
||||
{
|
||||
"marker": [
|
||||
|
@ -168,6 +169,11 @@
|
|||
"render": {
|
||||
"*": "{open_note()}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "debug",
|
||||
"metacondition": "__featureSwitchIsDebugging=true",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue