Skip to content

Commit

Permalink
style: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Oct 2, 2024
1 parent aba4eb6 commit e40aa10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/sources/OlSourceXYZ.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import type TileLayer from "ol/layer/Tile";
import type { ImageTile } from "ol";
import { TILE_SOURCE_EVENTS } from "@/composables/useOpenLayersEvents";
import useSource from "@/composables/useSource";
import type { Source } from "ol/source";
import type { UrlFunction } from "ol/Tile";
// prevent warnings caused by event pass-through via useOpenLayersEvents composable
defineOptions({
Expand Down
2 changes: 0 additions & 2 deletions src/components/sources/OlSourceXyz.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import type TileLayer from "ol/layer/Tile";
import type { ImageTile } from "ol";
import { TILE_SOURCE_EVENTS } from "@/composables/useOpenLayersEvents";
import useSource from "@/composables/useSource";
import type { Source } from "ol/source";
import type { UrlFunction } from "ol/Tile";
// prevent warnings caused by event pass-through via useOpenLayersEvents composable
defineOptions({
Expand Down

0 comments on commit e40aa10

Please sign in to comment.