From 80cfa8df4e2176df2c63eadbc0311ab93bd443ef Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Sat, 4 Apr 2026 18:31:40 +0300 Subject: [PATCH] style: zoom out default, shift left Co-Authored-By: Claude Opus 4.6 (1M context) --- static/map-embed.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/map-embed.html b/static/map-embed.html index 4b20c58..a3c8056 100644 --- a/static/map-embed.html +++ b/static/map-embed.html @@ -41,8 +41,8 @@ body { margin: 0; overflow: hidden; } window._ifkMap = new maplibregl.Map({ container: 'map', - center: [30, 30], - zoom: 2.2, + center: [20, 25], + zoom: 2, scrollZoom: false, fadeDuration: 0, maxZoom: 4,