Feature(distancePicker): revive geographical distance picker

This commit is contained in:
Pieter Vander Vennet 2025-04-08 02:42:30 +02:00
parent e997653284
commit 5095bffc50
16 changed files with 245 additions and 107 deletions

View file

@ -1283,10 +1283,10 @@
"freeform": {
"key": "width",
"type": "distance",
"helperArgs": [
"20",
"map"
]
"helperArgs": {
"zoom": 20,
"background": "map"
}
},
"question": {
"en": "What is the carriage width of this road (in meters)?",
@ -1808,10 +1808,10 @@
"freeform": {
"key": "cycleway:buffer",
"type": "distance",
"helperArgs": [
"20",
"map"
]
"helperArgs": {
"background": "map",
"zoom": 20
}
},
"id": "cycleways_and_roads-cycleway:buffer"
},