diff --git a/src/components/space/carto/Map.js b/src/components/space/carto/Map.js index a7012e8..94aa28a 100644 --- a/src/components/space/carto/Map.js +++ b/src/components/space/carto/Map.js @@ -153,8 +153,6 @@ class Map extends React.Component { // Initialize supercluster index this.superclusterIndex = new Supercluster(clusterConfig); - this.initializeTileLayer(map); - map.keyboard.disable(); map.zoomControl.remove();