Merge branch 'develop'

This commit is contained in:
Pieter Vander Vennet 2023-11-12 13:49:45 +01:00
commit 322f2cfd80
13 changed files with 276 additions and 62 deletions

View file

@ -218,6 +218,14 @@
}
],
"tagRenderings": [
{"id":"sotm-events",
"render": {
"special": {
"type": "giggity",
"giggityUrl":"https://sotm.osmz.ru/sotmeu2023.xml"
}
}
},
"images",
"level",
{

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,6 +721,11 @@
}
]
},
{
"id":"debug-gps",
"condition": "mapcomplete-show_debug=yes",
"render": "{gps_all_tags()}"
},
{
"id": "debug",
"condition": "mapcomplete-show_debug=yes",