Change conditions for cyclestreets so that traffic sign hiding works differently
This commit is contained in:
parent
a698e227f5
commit
82fce1606d
2 changed files with 11 additions and 3 deletions
|
@ -99,11 +99,19 @@
|
|||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"cyclestreet=yes",
|
||||
"traffic_sign="
|
||||
"cyclestreet=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
"isShown": {
|
||||
"render": "yes",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "id!~way/.*",
|
||||
"then": "no"
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": {
|
||||
"nl": "Een fietsstraat is een straat waar gemotoriseerd verkeer een fietser niet mag inhalen."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue