删除多余的依赖

This commit is contained in:
JIANG
2025-11-12 11:30:55 +08:00
parent 5cd1460df9
commit f74d2fa808

View File

@@ -26,7 +26,7 @@ import { CollisionFilterExtension } from "@deck.gl/extensions";
import VectorSource from "ol/source/Vector";
import GeoJson from "ol/format/GeoJSON";
import VectorLayer from "ol/layer/Vector";
import { Icon, Stroke, Style } from "ol/style.js";
import { Icon, Style } from "ol/style.js";
import { FeatureLike } from "ol/Feature";
import { Point } from "ol/geom";
import VectorTileLayer from "ol/layer/VectorTile";