Skip to content

Commit c2b083e

Browse files
committed
Remove unused variable
1 parent f8b466a commit c2b083e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/plugins/Gfi/src/store/actions/debouncedGfiRequest.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import { Map, Feature } from 'ol'
1010
import { Geometry } from 'ol/geom'
1111
import VectorLayer from 'ol/layer/Vector'
1212
import compare from 'just-compare'
13-
import { GeoJSON } from 'ol/format'
1413
import { addFeature } from '../../utils/displayFeatureLayer'
1514
import { requestGfi } from '../../utils/requestGfi'
1615
import sortFeatures from '../../utils/sortFeatures'
@@ -23,8 +22,6 @@ interface GetFeatureInfoParameters {
2322

2423
type FeaturesByLayerId = Record<string, GeoJsonFeature[] | symbol>
2524

26-
const writer = new GeoJSON()
27-
2825
const filterAndMapFeaturesToLayerIds = (
2926
layerKeys: string[],
3027
gfiConfiguration: GfiConfiguration,

0 commit comments

Comments
 (0)