forked from MapComplete/MapComplete
Feature(distancePicker): revive geographical distance picker
This commit is contained in:
parent
e997653284
commit
5095bffc50
16 changed files with 245 additions and 107 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue