摘要: import TileLayer from "ol/layer/Tile"; // 瓦片图层类 import XYZ from "ol/source/XYZ"; // XYZ格式的切片数据,继承于TileImage const layer = new TileLayer({ source: new 阅读全文
posted @ 2024-08-02 16:47 ZerlinM 阅读(264) 评论(0) 推荐(0) 编辑
摘要: openlayers 使用WMTS和XYZ加载天地图切片服务 本篇介绍一下使用openlayers加载天地图切片,两种方法: 使用WMTS 使用XYZ 分析 主要是不同类型source的使用 WMTS(Web Map Tile Service) 是 OGC(Open Geospatial Conso 阅读全文
posted @ 2024-08-02 16:33 ZerlinM 阅读(794) 评论(0) 推荐(0) 编辑