Skip to content

Commit

Permalink
Change order of debug layers
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 13, 2024
1 parent 3d633b9 commit 46be411
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 201 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ static StyleSpec build(
ListUtils.combine(
List.of(StyleBuilder.ofId("background").typeRaster().source(BACKGROUND_SOURCE).minZoom(0)),
wheelchair(edges),
edges(edges),
traversalPermissions(edges),
noThruTraffic(edges),
traversalPermissions(edges),
edges(edges),
vertices(vertices),
stops(regularStops, areaStops, groupStops)
)
Expand Down
Loading

0 comments on commit 46be411

Please sign in to comment.