From 23eb9b3c4228665d6b3411ef17af95ef70bed125 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Mon, 6 Sep 2021 13:58:03 +0200 Subject: [PATCH] Move cliffs layer right after icesheet-outlines --- project.mml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/project.mml b/project.mml index 3d6c6d17a9..88467bf535 100644 --- a/project.mml +++ b/project.mml @@ -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 @@ -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