From f3353d4345ef601d52db9f8469de4658c67b20ad Mon Sep 17 00:00:00 2001 From: NSUWAL123 Date: Thu, 23 Nov 2023 15:01:26 +0545 Subject: [PATCH] fix (clusterLayer): unnecessary imports removed --- .../MapComponent/OpenLayersComponent/Layers/ClusterLayer.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/components/MapComponent/OpenLayersComponent/Layers/ClusterLayer.js b/src/frontend/src/components/MapComponent/OpenLayersComponent/Layers/ClusterLayer.js index 1e681c5661..bbe26f93f4 100644 --- a/src/frontend/src/components/MapComponent/OpenLayersComponent/Layers/ClusterLayer.js +++ b/src/frontend/src/components/MapComponent/OpenLayersComponent/Layers/ClusterLayer.js @@ -10,8 +10,6 @@ import { Text, Circle, Icon } from 'ol/style'; import VectorSource from 'ol/source/Vector'; import { hexToRgba } from '../../../MapComponent/OpenLayersComponent/helpers/styleUtils'; import SelectCluster from 'ol-ext/interaction/SelectCluster'; -import { asArray as asColorArray } from 'ol/color'; -import CircleStyle from 'ol/style/Circle'; import MarkerIcon from '../../../../assets/images/red_marker.png'; function setAsyncStyle(style, feature, getIndividualStyle) {