2023年9月18日

vue+openlayers 绘制点

摘要: 绘制点使用point在绘制点的位置,使用Circle绘制点的样式 疑问:将style放在Feature上就绘制不出来样式? <template> <div class="setting"> <div class="title">设置</div> <ul> <li> <p>边框大小:</p> <el- 阅读全文

posted @ 2023-09-18 10:41 小雨子1993 阅读(135) 评论(0) 推荐(0) 编辑

vue+openlayers(-)安装 + 配置 + 初始化地图

摘要: 运行npm install ol 下面是可以运行的代码: 1 <template> 2 <div id="map"> 3 4 </div> 5 6 </template> 7 <script> 8 import {Map, View} from 'ol' 9 import TileLayer fro 阅读全文

posted @ 2023-09-18 09:17 小雨子1993 阅读(371) 评论(0) 推荐(0) 编辑

导航