We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c7e76 commit 1d42d36Copy full SHA for 1d42d36
1 file changed
client/src/map/mapVectorLayers.ts
@@ -9,7 +9,6 @@ import { calculateColors } from './mapColors';
9
import { updateProps } from './mapProperties';
10
import { getLayerDefaultFilter, updateFilters } from './mapFilters';
11
import { subLayerMapping, updateHeatmap } from './mapHeatmap';
12
-import { getVectorLayerDisplayConfig } from '../utils';
13
14
const addedLayers: Ref<VectorMapLayer[]> = ref([]);
15
const defaultAnnotationColor = 'black';
0 commit comments