摘要: openlayer 热力图显示 相关库类 import moment from 'moment' import Projection from 'ol/proj/Projection' import Static from 'ol/source/ImageStatic' import Map fro 阅读全文
posted @ 2022-03-28 09:50 叫我+V 阅读(92) 评论(0) 推荐(0) 编辑
摘要: openlayer 绘制多边形 /*** 绘制多边形 points:多边形顶点组成的列表 */ drawPolygon(points) { let layer = this.getLayerFromMap(this.map, 'polygon') // 先查看一下之前是否存在,如果存在先移除 if 阅读全文
posted @ 2022-03-28 09:43 叫我+V 阅读(260) 评论(0) 推荐(0) 编辑
摘要: openlayer添加自定义图片图层 这个就是有一种图片,把他放到openlayer里面去! 首先引入相关的库文件 import Projection from 'ol/proj/Projection' import Static from 'ol/source/ImageStatic' impor 阅读全文
posted @ 2022-03-28 09:33 叫我+V 阅读(364) 评论(0) 推荐(0) 编辑