From b2f2ed89a5e5be783ec10c6995cf6dd31e65b8a0 Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Thu, 17 Feb 2022 12:40:46 +0100 Subject: [PATCH] feat: Remove Swisstopo attribution from map --- app/charts/map/map.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/charts/map/map.tsx b/app/charts/map/map.tsx index 9bb7a0baf4..e1232b13d2 100644 --- a/app/charts/map/map.tsx +++ b/app/charts/map/map.tsx @@ -175,7 +175,9 @@ export const MapComponent = () => { controller={{ type: MapController }} getCursor={() => "default"} > - {showBaseLayer && } + {showBaseLayer && ( + + )} {areaLayer.show && ( <>