摘要:
1. openlayer地图画线+打点 /** * 注: * 创建openlayer图层三步骤: * 1. 创建图层 * 2. 创建图层源 * 3. 创建源特征 * 特别重要的一句话:图层是图层,点是点,点是add到图层上面的。 * 图层什么概念呢?千层饼吃过吧,,,当地图上图层很多的时候回非常卡, 阅读全文
摘要:
1. 创建WMS对象引入天地图瓦片图工具JS // 引入 import { getTopLeft, getWidth } from "ol/extent"; import TileLayer from "ol/layer/Tile"; import WMTS from "ol/source/WMTS 阅读全文
摘要:
openlayers行政区划分其他区域遮盖 阅读全文