Ticket #21067: 0001-Add-rendering-for-highway-busway.patch

File 0001-Add-rendering-for-highway-busway.patch, 769 bytes (added by JeroenHoek, 5 years ago)

Patch.

  • resources/styles/standard/elemstyles.mapcss

    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?] {  
    619619    width: 1;
    620620    color: service#809bc0;
    621621}
     622way[highway=busway] {
     623    width: 2;
     624    color: bus#89cbeb;
     625}
    622626way[highway=bridleway] {
    623627    width: 1;
    624628    color: horse#a18559;