Skip to content

Commit ac39fb2

Browse files
committed
fix: add provided for external module for GeoTIFF and OverviewMap
1 parent 78266df commit ac39fb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: vite.config.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import vue from "@vitejs/plugin-vue";
12
/// <reference types="vite/client" />
23
/// <reference types="vitest" />
34
import { fileURLToPath, URL } from "url";
45
import { defineConfig } from "vite";
56
import dts from "vite-plugin-dts";
6-
import vue from "@vitejs/plugin-vue";
77

88
export default defineConfig({
99
plugins: [
@@ -83,6 +83,7 @@ export default defineConfig({
8383
"ol/source/ImageStatic": "Static",
8484
"ol/proj": "proj",
8585
"ol/source/ImageWMS": "ImageWMS",
86+
"ol/source/GeoTIFF": "GeoTIFF",
8687
"ol/source/OSM": "OSM",
8788
"ol/source/StadiaMaps": "StadiaMaps",
8889
"ol/source/TileDebug": "TileDebug",
@@ -96,6 +97,7 @@ export default defineConfig({
9697
"ol/source/VectorTile": "VectorSourceTile",
9798
"ol/source/XYZ": "XYZ",
9899
"ol/control": "control",
100+
"ol/control/OverviewMap": "OverviewMap",
99101
"ol-ext/control/Button": "Button",
100102
"ol-contextmenu": "ContextMenu",
101103
"ol-ext/control/Bar": "Bar",

0 commit comments

Comments
 (0)