forked from MapComplete/MapComplete
Refactoring: move 'snapToLayer' from 'preciseInput' into the preset, remove 'preferredBackground'. The addNewPointFlow _always_ shows the precise input flow with the basic map; so the preferredBackground became irrelevant
This commit is contained in:
parent
ecf5c3cbe5
commit
a6f7b1300a
127 changed files with 209 additions and 345 deletions
|
@ -72,11 +72,8 @@
|
|||
"tags": [
|
||||
"emergency=defibrillator"
|
||||
],
|
||||
"preciseInput": {
|
||||
"preferredBackground": "map",
|
||||
"snapToLayer": "walls_and_buildings",
|
||||
"maxSnapDistance": 5
|
||||
}
|
||||
"snapToLayer": "walls_and_buildings",
|
||||
"maxSnapDistance": 5
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
|
@ -674,4 +671,4 @@
|
|||
"has_image",
|
||||
"open_now"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue