-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Description
import Map from "ol/Map";
import View from "ol/View";
import TileLayer from "ol/layer/Tile";
import VectorLayer from "ol/layer/Vector";
import VectorSource from "ol/source/Vector";
import Cluster from "ol/source/Cluster";
import GeoJSON from "ol/format/GeoJSON";
import Feature from "ol/Feature";
import Polygon from "ol/geom/Polygon";
import Point from "ol/geom/Point";
import { Style, Stroke, Fill, Text, Icon, Circle } from "ol/style";
import "ol/ol.css";
import { TileSuperMapRest } from "@supermapgis/iclient-ol"; // 7M我为了使用TileSuperMapRest 这一个方法就需要引入全量包,整整7M,我整个项目都没这么大
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels