forked from MapComplete/MapComplete
Fix: facade gardens: restore forgottne rendering
This commit is contained in:
parent
daf6956f9d
commit
f8fa1841e4
4 changed files with 86 additions and 10 deletions
|
@ -688,6 +688,7 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-show_debug=yes",
|
||||
"icon": "./assets/svg/debug.svg",
|
||||
"then": {
|
||||
"en": "Show debug info",
|
||||
"de": "Debug-Informationen anzeigen",
|
||||
|
@ -720,15 +721,15 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "debug",
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": "{all_tags()}"
|
||||
},
|
||||
{
|
||||
"id":"debug-gps",
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": "{gps_all_tags()}"
|
||||
},
|
||||
{
|
||||
"id": "debug",
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue