forked from MapComplete/MapComplete
Various bug fixes
This commit is contained in:
parent
9777a2666b
commit
dc5fa5dabc
13 changed files with 103 additions and 111 deletions
|
@ -19,10 +19,21 @@
|
|||
"if": {
|
||||
"and": [
|
||||
"cyclestreet=yes",
|
||||
"maxspeed=30",
|
||||
"proposed:cyclestreet="
|
||||
]
|
||||
},
|
||||
"then": "Deze straat is een fietsstraat"
|
||||
"then": "Deze straat is een fietsstraat (en dus zone 30)"
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"cyclestreet=yes",
|
||||
"proposed:cyclestreet="
|
||||
]
|
||||
},
|
||||
"then": "Deze straat is een fietsstraat",
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue