From 350d50a8086953403f18718aa3a4c85cf0193825 Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 4 Jul 2026 23:32:39 +0200 Subject: [PATCH] Deduplicate map attribution --- frontend/src/components/GeoMap.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/GeoMap.tsx b/frontend/src/components/GeoMap.tsx index 9245c7d1..bb3f5bf0 100644 --- a/frontend/src/components/GeoMap.tsx +++ b/frontend/src/components/GeoMap.tsx @@ -170,7 +170,6 @@ function GeoMap({ map.addControl( new maplibregl.AttributionControl({ compact: true, - customAttribution: 'Basemap © OpenStreetMap contributors', }), 'bottom-right', )