Fix: facade gardens: restore forgottne rendering

This commit is contained in:
Pieter Vander Vennet 2023-11-12 13:03:07 +01:00
parent daf6956f9d
commit f8fa1841e4
4 changed files with 86 additions and 10 deletions

View file

@ -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()}"
}
]
}