Skip to content

Commit

Permalink
Update Kaart-Styles.mapcss
Browse files Browse the repository at this point in the history
Added unclassified and living street to the connected nodes setting.
  • Loading branch information
Baconcrisp26 authored Jan 26, 2023
1 parent d530022 commit 5c5b058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kaart-Styles.mapcss
Original file line number Diff line number Diff line change
Expand Up @@ -3364,7 +3364,7 @@ node.child_knodes:selected {



way["highway"=~/^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link|residential|service|track|construction|proposed|pedestrian|steps|path)$/] > node[setting("node_setting")] {
way["highway"=~/^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link|residential|unclassified|living_street|service|track|construction|proposed|pedestrian|steps|path)$/] > node[setting("node_setting")] {
symbol-size: 6.5;
set .child_knodes;
symbol-stroke-color: #00FFFF;
Expand Down

0 comments on commit 5c5b058

Please sign in to comment.