From 6950f914e26906caf8f9283818be8147456c48c3 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Sat, 4 Apr 2026 18:04:59 +0300 Subject: [PATCH] style: default view centered on world with all colored countries visible 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 84911cb..fed3ded 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: [20, 20], - zoom: 2, + center: [30, 30], + zoom: 2.2, scrollZoom: false, fadeDuration: 0, maxZoom: 4,