Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Nov 7, 2024
1 parent f8b466a commit c2b083e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/plugins/Gfi/src/store/actions/debouncedGfiRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Map, Feature } from 'ol'
import { Geometry } from 'ol/geom'
import VectorLayer from 'ol/layer/Vector'
import compare from 'just-compare'
import { GeoJSON } from 'ol/format'
import { addFeature } from '../../utils/displayFeatureLayer'
import { requestGfi } from '../../utils/requestGfi'
import sortFeatures from '../../utils/sortFeatures'
Expand All @@ -23,8 +22,6 @@ interface GetFeatureInfoParameters {

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

const writer = new GeoJSON()

const filterAndMapFeaturesToLayerIds = (
layerKeys: string[],
gfiConfiguration: GfiConfiguration,
Expand Down

0 comments on commit c2b083e

Please sign in to comment.