Skip to content

Commit

Permalink
Merge pull request #2820 from math1985/roads-low-zoom-order
Browse files Browse the repository at this point in the history
Do not order low zoom roads by layer
  • Loading branch information
pnorman authored Sep 11, 2017
2 parents e04df3a + 67f96eb commit 9d47f84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project.mml
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,6 @@ Layer:
OR (railway IS NOT NULL AND railway != 'preserved'
AND (service IS NULL OR service NOT IN ('spur', 'siding', 'yard')))
ORDER BY
COALESCE(layer,0),
z_order
) AS roads_low_zoom
properties:
Expand Down

0 comments on commit 9d47f84

Please sign in to comment.