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/resources/styles/standard/elemstyles.mapcss
+++ b/resources/styles/standard/elemstyles.mapcss
@@ -619,6 +619,10 @@ way[highway=service][!area?] {
     width: 1;
     color: service#809bc0;
 }
+way[highway=busway] {
+    width: 2;
+    color: bus#89cbeb;
+}
 way[highway=bridleway] {
     width: 1;
     color: horse#a18559;
-- 
2.25.1

