Skip to content

Commit

Permalink
Remove Z17+ width change
Browse files Browse the repository at this point in the history
Fix whitespace
Remove width increase for Z17+
  • Loading branch information
dch0ph committed Jan 26, 2025
1 parent cf01705 commit c4998e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openstreetmap-carto-flex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ local roads_info = {
primary_link = { z = 220, roads = true },
secondary_link = { z = 210, roads = true },
tertiary_link = { z = 200, roads = false },
busway = {z = 190, roads = false},
bus_guideway = {z = 180, roads = false},
busway = { z = 190, roads = false },
bus_guideway = { z = 180, roads = false },
service = { z = 150, roads = false },
track = { z = 110, roads = false },
path = { z = 100, roads = false },
Expand Down
4 changes: 0 additions & 4 deletions style/roads.mss
Original file line number Diff line number Diff line change
Expand Up @@ -2564,10 +2564,6 @@ tertiary is rendered from z10 and is not included in osm_planet_roads. */
[zoom >= 14] {
b/line-dasharray: 0,11,8,1;
}
[zoom >= 17] {
line-width: 5;
b/line-width: 2.5;
}
}
}

Expand Down

0 comments on commit c4998e2

Please sign in to comment.