File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import type TileLayer from "ol/layer/Tile";
9
9
import type { ImageTile } from " ol" ;
10
10
import { TILE_SOURCE_EVENTS } from " @/composables/useOpenLayersEvents" ;
11
11
import useSource from " @/composables/useSource" ;
12
- import type { Source } from " ol/source" ;
13
- import type { UrlFunction } from " ol/Tile" ;
14
12
15
13
// prevent warnings caused by event pass-through via useOpenLayersEvents composable
16
14
defineOptions ({
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ import type TileLayer from "ol/layer/Tile";
9
9
import type { ImageTile } from " ol" ;
10
10
import { TILE_SOURCE_EVENTS } from " @/composables/useOpenLayersEvents" ;
11
11
import useSource from " @/composables/useSource" ;
12
- import type { Source } from " ol/source" ;
13
- import type { UrlFunction } from " ol/Tile" ;
14
12
15
13
// prevent warnings caused by event pass-through via useOpenLayersEvents composable
16
14
defineOptions ({
You can’t perform that action at this time.
0 commit comments