Skip to content

Commit

Permalink
Move cliffs layer right after icesheet-outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Sep 13, 2021
1 parent 12d3876 commit 23eb9b3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions project.mml
Expand Up @@ -321,6 +321,20 @@ Layer:
) AS icesheet_outlines
properties:
minzoom: 5
- id: cliffs
geometry: linestring
<<: *extents
Datasource:
<<: *osm2pgsql
table: |-
(SELECT
way, "natural", man_made
FROM planet_osm_line
WHERE "natural" IN ('arete', 'cliff', 'ridge') OR man_made = 'embankment'
) AS cliffs
properties:
cache-features: true
minzoom: 13
- id: marinas-area
geometry: polygon
<<: *extents
Expand Down Expand Up @@ -508,20 +522,6 @@ Layer:
) AS line_barriers
properties:
minzoom: 15
- id: cliffs
geometry: linestring
<<: *extents
Datasource:
<<: *osm2pgsql
table: |-
(SELECT
way, "natural", man_made
FROM planet_osm_line
WHERE "natural" IN ('arete', 'cliff', 'ridge') OR man_made = 'embankment'
) AS cliffs
properties:
cache-features: true
minzoom: 13
- id: ferry-routes
geometry: linestring
<<: *extents
Expand Down

0 comments on commit 23eb9b3

Please sign in to comment.