From 4231adb415173d12bdabe903e22b83cf283a9e06 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 6 Jul 2026 13:33:02 -0500 Subject: [PATCH] Move cliff from water_lines to natural_lines --- historical/historical.json | 8 ++++---- railway/railway.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/historical/historical.json b/historical/historical.json index fc978ede..6efb62b5 100644 --- a/historical/historical.json +++ b/historical/historical.json @@ -912,7 +912,7 @@ "id": "water_lines_cliff_line", "type": "line", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "minzoom": 15, "maxzoom": 24, "filter": [ @@ -935,7 +935,7 @@ "id": "water_lines_cliff_line_triangles", "type": "line", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "minzoom": 15, "maxzoom": 24, "filter": [ @@ -960,7 +960,7 @@ "id": "water_lines_waterfall_triangle", "type": "line", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "minzoom": 15, "maxzoom": 24, "filter": [ @@ -5665,7 +5665,7 @@ "id": "water_lines_labels_cliff", "type": "symbol", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "filter": ["==", ["get", "type"], "cliff"], "layout": { "text-size": ["interpolate", ["linear"], ["zoom"], 11, 9, 13, 11], diff --git a/railway/railway.json b/railway/railway.json index 0c88c7bc..1cacee3d 100644 --- a/railway/railway.json +++ b/railway/railway.json @@ -719,7 +719,7 @@ "id": "water_lines_cliff_line", "type": "line", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "minzoom": 15, "maxzoom": 24, "filter": [ @@ -742,7 +742,7 @@ "id": "water_lines_cliff_line_triangles", "type": "line", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "minzoom": 15, "maxzoom": 24, "filter": [ @@ -767,7 +767,7 @@ "id": "water_lines_waterfall_triangle", "type": "line", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "minzoom": 15, "maxzoom": 24, "filter": [ @@ -5752,7 +5752,7 @@ "id": "water_lineslabels-cliff", "type": "symbol", "source": "ohm", - "source-layer": "water_lines", + "source-layer": "natural_lines", "filter": ["in", ["get", "type"], ["literal", ["cliff"]]], "layout": { "text-field": ["get", "name"],