From df72e6aaba70a054bb6caf60c961e373a4a6cd11 Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Fri, 3 Apr 2026 12:08:28 +0300 Subject: [PATCH] feat: switch world map to MapLibre GL + clicksports vector tiles Replace Leaflet+OSM with MapLibre GL JS consuming vector tiles from maps.clicksports.de (TileServer GL). Choropleth overlay via TopoJSON remains the same. Co-Authored-By: Claude Opus 4.6 (1M context) --- layouts/shortcodes/world-map.html | 117 +++++++++++++++++++++--------- 1 file changed, 84 insertions(+), 33 deletions(-) diff --git a/layouts/shortcodes/world-map.html b/layouts/shortcodes/world-map.html index 40822f2..f8191cc 100644 --- a/layouts/shortcodes/world-map.html +++ b/layouts/shortcodes/world-map.html @@ -1,18 +1,20 @@ {{ $lang := .Page.Language.Lang }} {{ $countries := hugo.Data.countries }} - + @@ -29,7 +31,7 @@ - +