Skip to content

Commit

Permalink
Update Kaart-Styles.mapcss
Browse files Browse the repository at this point in the history
Made modifications to motorcar=no styling.
  • Loading branch information
Baconcrisp26 authored Nov 29, 2022
1 parent 4205d99 commit 7c2adfb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Kaart-Styles.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -415,15 +415,17 @@ way[highway=tertiary_link] { dashes-background-color: #408ccc; }

way[highway=unclassified] { z-index: 6; color: #96795d; width: 5; casing-width: 1; casing-color: #000000; }

way[highway=unclassified][motorcar=no] { z-index: 6; color: #ffffff; width: 3; casing-dashes: 21,12; casing-dashes-background-color: teal; casing-width: 3; }
way[highway=unclassified][motorcar=no] { z-index: 6; color: #96795d; width: 3; casing-dashes: 21,12; casing-dashes-background-color: teal; casing-width: 3; }

way[highway=residential] { z-index: 5; color: #ffffff; width: 5; casing-color: #000000; casing-width: 1; }

way[highway=residential][motor_vehicle=no][motorcycle=yes] { z-index: 6; color: #ffffff; width: 3; casing-dashes: 21,12; casing-dashes-background-color: blue; casing-width: 3; text: tr("Motorcycle Only"); }

way[highway=residential][motorcar=no] { z-index: 6; color: #ffffff; width: 3; casing-dashes: 21,12; casing-dashes-background-color: teal; casing-width: 3; }

way[highway=living_street][motorcar=no] { z-index: 6; color: #ffffff; width: 3; casing-dashes: 21,12; casing-dashes-background-color: teal; casing-width: 3; }
way[highway=living_street] { z-index: 5; dashes: 9,9; dashes-background-color: gray; width: 5; color: #E8E8E8; casing-color: #000000; casing-width: 1; }

way[highway=living_street][motorcar=no] { z-index: 6; color: #E8E8E8; width: 3; casing-dashes: 21,12; casing-dashes-background-color: teal; casing-width: 3; }

way[highway=service] { z-index: 5; color: #39ff14; width: 3; casing-color: #000000; casing-width: 1; }

Expand All @@ -448,11 +450,8 @@ way[highway=secondary_link] { z-index: 7; width: 6; color: #FFFFFF; casing-colo
way[highway=tertiary] { z-index: 6; color: #408ccc; width: 5; casing-color: #000000; casing-width: 1; }
way[highway=tertiary_link] { z-index: 7; width: 6; color: #FFFFFF; casing-color: #000000; casing-width: 1; dashes: 9,9; dashes-background-color: #408ccc; }

way[highway=unclassified] { z-index: 6; color: #96795d; width: 5; casing-width: 1; casing-color: #000000; }

way[highway=road] { z-index: 5; color: gray; width: 3.5; casing-color: #000000; casing-width: 1; text: tr("Highway = Road"); font-weight: bold; text-halo-color: black; }

way[highway=living_street] { z-index: 5; dashes: 9,9; dashes-background-color: gray; width: 5; color: #E8E8E8; casing-color: #000000; casing-width: 1; }


/* Road areas */
Expand Down

0 comments on commit 7c2adfb

Please sign in to comment.