From 3e1cbe87d7ad08d0a534ab032d152711387934e9 Mon Sep 17 00:00:00 2001
From: msramalho <19508417+msramalho@users.noreply.github.com>
Date: Thu, 17 Mar 2022 14:52:57 +0100
Subject: [PATCH] cleanup
---
src/components/space/carto/Map.js | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/components/space/carto/Map.js b/src/components/space/carto/Map.js
index e8a5b78..3a615dd 100644
--- a/src/components/space/carto/Map.js
+++ b/src/components/space/carto/Map.js
@@ -105,11 +105,6 @@ class Map extends React.Component {
;
// This assumes your map is the constant 'map'
map.attributionControl.addAttribution(`Mapbox© Mapbox © OpenStreetMap Improve this map`);
- // const credits = L.control.attribution({position: 'bottomleft'}).addTo(map);
- // credits.addAttribution(`Mapbox`)
- // credits.addAttribution(
- // `© Mapbox © OpenStreetMap Improve this map`
-
// Initialize supercluster index
this.superclusterIndex = new Supercluster(clusterConfig);