Cleanup of imports
This commit is contained in:
parent
ac93c264c5
commit
02278af985
1 changed files with 4 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
import FeatureSource, { FeatureSourceForLayer, Tiled } from "../FeatureSource"
|
import FeatureSource, {FeatureSourceForLayer, Tiled} from "../FeatureSource"
|
||||||
import { ImmutableStore, Store, UIEventSource } from "../../UIEventSource"
|
import {ImmutableStore, Store} from "../../UIEventSource"
|
||||||
import { stat } from "fs"
|
|
||||||
import FilteredLayer from "../../../Models/FilteredLayer"
|
import FilteredLayer from "../../../Models/FilteredLayer"
|
||||||
import { BBox } from "../../BBox"
|
import {BBox} from "../../BBox"
|
||||||
import { Feature } from "@turf/turf"
|
import {Feature} from "geojson";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple, read only feature store.
|
* A simple, read only feature store.
|
||||||
|
|
Loading…
Reference in a new issue