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
|
@ -84,13 +84,8 @@
|
|||
"da": "Overgang for fodgængere og/eller cyklister",
|
||||
"es": "Cruce para peatones y/o ciclistas"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": [
|
||||
"photo"
|
||||
],
|
||||
"snapToLayer": "cycleways_and_roads",
|
||||
"maxSnapDistance": 25
|
||||
}
|
||||
"snapToLayer": "cycleways_and_roads",
|
||||
"maxSnapDistance": 25
|
||||
},
|
||||
{
|
||||
"title": {
|
||||
|
@ -113,13 +108,8 @@
|
|||
"da": "Trafiksignal på en vej",
|
||||
"es": "Señal de tráfico en una carretera"
|
||||
},
|
||||
"preciseInput": {
|
||||
"preferredBackground": [
|
||||
"photo"
|
||||
],
|
||||
"snapToLayer": "cycleways_and_roads",
|
||||
"maxSnapDistance": 25
|
||||
}
|
||||
"snapToLayer": "cycleways_and_roads",
|
||||
"maxSnapDistance": 25
|
||||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
|
@ -616,4 +606,4 @@
|
|||
"filter": [
|
||||
"tactile_paving_advanced"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue