forked from MapComplete/MapComplete
feat: add color for streets with no cycleways
This commit is contained in:
parent
22bc406acc
commit
5d524629b4
1 changed files with 4 additions and 0 deletions
|
@ -1613,6 +1613,10 @@
|
||||||
{
|
{
|
||||||
"if": "cyclestreet=yes",
|
"if": "cyclestreet=yes",
|
||||||
"then": "rgba(57, 159, 191, 0.7)"
|
"then": "rgba(57, 159, 191, 0.7)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "cycleway=no",
|
||||||
|
"then": "rgba(0, 0, 0, 0.7)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue