forked from MapComplete/MapComplete
Merge branch 'develop'
This commit is contained in:
commit
322f2cfd80
13 changed files with 276 additions and 62 deletions
|
@ -218,6 +218,14 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{"id":"sotm-events",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "giggity",
|
||||
"giggityUrl":"https://sotm.osmz.ru/sotmeu2023.xml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"images",
|
||||
"level",
|
||||
{
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue