forked from MapComplete/MapComplete
Cyclestreet question fixed for new cycleways
This commit is contained in:
parent
192c7568da
commit
0f8d3471dc
3 changed files with 76 additions and 17 deletions
|
@ -942,19 +942,30 @@
|
|||
"then": "There is a seperately drawn cycleway"
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a cyclestreet."
|
||||
},
|
||||
"5": {
|
||||
"then": "There is no cycleway known here"
|
||||
},
|
||||
"6": {
|
||||
"5": {
|
||||
"then": "There is no cycleway"
|
||||
},
|
||||
"7": {
|
||||
"6": {
|
||||
"then": "There is no cycleway"
|
||||
}
|
||||
},
|
||||
"render": "Unknown cycleway situation"
|
||||
},
|
||||
"1": {
|
||||
"question": "Is this a cyclestreet?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a cyclestreet, and a 30km/h zone."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a cyclestreet"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is not a cyclestreet."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -746,19 +746,30 @@
|
|||
"then": "Er is een apart getekend fietspad."
|
||||
},
|
||||
"4": {
|
||||
"then": "Dit is een fietsstraat."
|
||||
},
|
||||
"5": {
|
||||
"then": "Er is geen fietspad bekend hier"
|
||||
},
|
||||
"6": {
|
||||
"5": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
},
|
||||
"7": {
|
||||
"6": {
|
||||
"then": "Er is geen fietspad aanwezig"
|
||||
}
|
||||
},
|
||||
"render": "Onbekende fietspad situatie"
|
||||
},
|
||||
"1": {
|
||||
"question": "Is dit een fietsstraat?",
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dit is een fietstraat, en dus een 30km/h zone"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dit is een fietstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dit is niet een fietstraat"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue