Various bug fixes

This commit is contained in:
Pieter Vander Vennet 2020-09-14 20:16:03 +02:00
parent 9777a2666b
commit dc5fa5dabc
13 changed files with 103 additions and 111 deletions

View file

@ -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": {