From 82a225de673549a9a9952f17e273dfbadac137d9 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sun, 29 Mar 2026 18:07:51 +0300 Subject: [PATCH] =?UTF-8?q?fix(tippecanoe):=20remove=20--simplification=3D?= =?UTF-8?q?10=20=E2=80=94=20distorts=20buildings=20at=20z18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplification with 10px tolerance makes rectangular buildings look jagged/trapezoidal at high zoom. Without it, tippecanoe still simplifies at lower zooms via --drop-densest-as-needed but preserves full geometry at the base zoom (z18). Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/rebuild-overview-tiles.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/rebuild-overview-tiles.sh b/scripts/rebuild-overview-tiles.sh index 805261b..110a218 100644 --- a/scripts/rebuild-overview-tiles.sh +++ b/scripts/rebuild-overview-tiles.sh @@ -88,7 +88,6 @@ tippecanoe \ --base-zoom=18 \ --drop-densest-as-needed \ --detect-shared-borders \ - --simplification=10 \ --no-tile-stats \ --hilbert \ --force