Fix: size of new element picker map (#1701), add debug info about GPS

This commit is contained in:
Pieter Vander Vennet 2023-11-12 10:14:51 +01:00
parent cc03c142dc
commit 9407ed35b1
4 changed files with 39 additions and 8 deletions

View file

@ -724,6 +724,11 @@
"id": "debug",
"condition": "mapcomplete-show_debug=yes",
"render": "{all_tags()}"
},
{
"id":"debug-gps",
"condition": "mapcomplete-show_debug=yes",
"render": "{gps_all_tags()}"
}
]
}