From 4b85816a8d02e48d58e2eb35606fdd759734e456 Mon Sep 17 00:00:00 2001
From: Jeroen Hoek <mail@jeroenhoek.nl>
Date: Sun, 4 Jul 2021 15:40:53 +0200
Subject: [PATCH] Add rendering for highway=busway
---
resources/styles/standard/elemstyles.mapcss | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/resources/styles/standard/elemstyles.mapcss b/resources/styles/standard/elemstyles.mapcss
index 530e18eef..e5d217362 100644
|
a
|
b
|
way[highway=service][!area?] {
|
| 619 | 619 | width: 1; |
| 620 | 620 | color: service#809bc0; |
| 621 | 621 | } |
| | 622 | way[highway=busway] { |
| | 623 | width: 2; |
| | 624 | color: bus#89cbeb; |
| | 625 | } |
| 622 | 626 | way[highway=bridleway] { |
| 623 | 627 | width: 1; |
| 624 | 628 | color: horse#a18559; |