feat: add color for streets with no cycleways

This commit is contained in:
Brice Maron 2022-09-01 22:31:00 +02:00
parent 22bc406acc
commit 5d524629b4

View file

@ -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)"
} }
] ]
}, },