Bicycle Master Plan is a bike map that allows visualizing cycling related data from different sources in multiple layers. Built heavily around data from OpenStreetMap, it allows full visual customization using CSS.
In Kosice, a hiking route is being rendered green (Značené (v premávke)). The route has no bicycle related tags. I believe it is because of the LCN tag.
I suggest adding:
.route-hiking:not(.bicycle-yes):not(.bicycle-designated)
to line 370 in main.css.
I hope the not syntax is correct. I don't have a way example tagged as route=hiking & bicycle=yes but I imagine it could exist.
https://mapa.cyklokoalicia.sk/kosice/public/#l4,5|z14|c48.71719,21.16077|p4-353288218
In Kosice, a hiking route is being rendered green (Značené (v premávke)). The route has no bicycle related tags. I believe it is because of the LCN tag.
I suggest adding:
.route-hiking:not(.bicycle-yes):not(.bicycle-designated)
to line 370 in main.css.I hope the not syntax is correct. I don't have a way example tagged as route=hiking & bicycle=yes but I imagine it could exist.