Skip to content

Commit

Permalink
Highway z-order for busway/bus_guideway
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoek committed Jun 19, 2022
1 parent e2a98a5 commit e466368
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openstreetmap-carto.lua
Expand Up @@ -203,6 +203,8 @@ local roads_info = {
primary_link = {z = 220, roads = true},
secondary_link = {z = 210, roads = true},
tertiary_link = {z = 200, roads = false},
busway = {z = 180, 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

0 comments on commit e466368

Please sign in to comment.