From f5f13cac4d8ce7d362a063b3aae0b5485921ba6c Mon Sep 17 00:00:00 2001 From: Christian Gick Date: Sat, 4 Apr 2026 20:16:47 +0300 Subject: [PATCH] fix: show default MapLibreGL attribution instead of hidden custom one (CF-2872) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous implementation hid the default attribution control via display:none and replaced it with a tiny 8px/0.6 opacity custom div. Now uses the default MapLibreGL attribution which auto-renders the proper "© OpenMapTiles © OpenStreetMap contributors" from tile metadata. Co-Authored-By: Claude Opus 4.6 (1M context) --- static/map-embed.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/map-embed.html b/static/map-embed.html index a3c8056..e088b95 100644 --- a/static/map-embed.html +++ b/static/map-embed.html @@ -7,7 +7,7 @@