From 5587af9a45f01003a732ddd4b41dd2cffd7706c1 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 24 Mar 2025 10:22:35 +0100 Subject: [PATCH] fixed typo in water_lines_labels (#1215) --- .../src/main/resources/samples/shortbread.spec.yml | 4 ++-- .../src/main/resources/samples/shortbread.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/planetiler-custommap/src/main/resources/samples/shortbread.spec.yml b/planetiler-custommap/src/main/resources/samples/shortbread.spec.yml index dd5277b1..ba34c453 100644 --- a/planetiler-custommap/src/main/resources/samples/shortbread.spec.yml +++ b/planetiler-custommap/src/main/resources/samples/shortbread.spec.yml @@ -67,7 +67,7 @@ examples: kind: canal tunnel: true bridge: false - - layer: water_line_labels + - layer: water_lines_labels geometry: line min_zoom: 12 tags: @@ -95,7 +95,7 @@ examples: kind: stream tunnel: false bridge: false - - layer: water_line_labels + - layer: water_lines_labels geometry: line min_zoom: 14 tags: diff --git a/planetiler-custommap/src/main/resources/samples/shortbread.yml b/planetiler-custommap/src/main/resources/samples/shortbread.yml index 197b986c..62437ce1 100644 --- a/planetiler-custommap/src/main/resources/samples/shortbread.yml +++ b/planetiler-custommap/src/main/resources/samples/shortbread.yml @@ -122,7 +122,7 @@ layers: - trestle else: false -- id: water_line_labels +- id: water_lines_labels features: - source: osm geometry: line