From 4dd0827b794f361ef054d95a4a12503c152ce495 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sat, 28 Oct 2023 14:47:45 +0200 Subject: [PATCH] fix wilhelmsburg being 100% water in zoom level 9.0 to 9.99 --- lib/basemap/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/basemap/config.json b/lib/basemap/config.json index a59d74172..96d8c3907 100644 --- a/lib/basemap/config.json +++ b/lib/basemap/config.json @@ -55,7 +55,7 @@ "simplify_below": 13, "simplify_level": 0.0003, "simplify_ratio": 2, - "combine_polygons_below": 15 + "combine_polygons_below": 9 }, "ocean": { "minzoom": 0,