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 © OpenStreetMap Improve this map`); - // const credits = L.control.attribution({position: 'bottomleft'}).addTo(map); - // credits.addAttribution(``) - // credits.addAttribution( - // `© Mapbox © OpenStreetMap Improve this map` - // Initialize supercluster index this.superclusterIndex = new Supercluster(clusterConfig);