We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b466a commit c2b083eCopy full SHA for c2b083e
packages/plugins/Gfi/src/store/actions/debouncedGfiRequest.ts
@@ -10,7 +10,6 @@ import { Map, Feature } from 'ol'
10
import { Geometry } from 'ol/geom'
11
import VectorLayer from 'ol/layer/Vector'
12
import compare from 'just-compare'
13
-import { GeoJSON } from 'ol/format'
14
import { addFeature } from '../../utils/displayFeatureLayer'
15
import { requestGfi } from '../../utils/requestGfi'
16
import sortFeatures from '../../utils/sortFeatures'
@@ -23,8 +22,6 @@ interface GetFeatureInfoParameters {
23
22
24
type FeaturesByLayerId = Record<string, GeoJsonFeature[] | symbol>
25
26
-const writer = new GeoJSON()
27
-
28
const filterAndMapFeaturesToLayerIds = (
29
layerKeys: string[],
30
gfiConfiguration: GfiConfiguration,
0 commit comments