Merge pull request #1054 from eMerzh/add_color_no_cycleway

feat: add color for streets with no cycleways
This commit is contained in:
Pieter Vander Vennet 2022-09-02 12:43:30 +02:00 committed by GitHub
commit 4b69ef769e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1613,6 +1613,10 @@
{
"if": "cyclestreet=yes",
"then": "rgba(57, 159, 191, 0.7)"
},
{
"if": "cycleway=no",
"then": "rgba(0, 0, 0, 0.7)"
}
]
},