Skip to content

Commit

Permalink
fix (clusterLayer): unnecessary imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Nov 23, 2023
1 parent 5ee3c4a commit f3353d4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f3353d4

Please sign in to comment.