06 2022 档案

摘要:1.安装依赖 npm install print-js --save 2.在需要的vue页面引入 import print from 'print-js' 3.在vue页面使用 <template> <div class="content"> <div class="footer"> <!-- on 阅读全文
posted @ 2022-06-14 13:59 漫漫码农路 阅读(171) 评论(0) 推荐(0) 编辑
摘要:1.创建map.vue页面 <template> <div class="openlayer"> <div id="map" ref="rootmap"> <div v-for="(item, index) in mapMarkData" :key="index" > <MapIconMark :p 阅读全文
posted @ 2022-06-08 15:16 漫漫码农路 阅读(236) 评论(0) 推荐(0) 编辑
摘要:一.通过工具下载瓦片地图的图片 1.91卫图助手 (企业版需要激活) 2.迈高图 (需要会员,没有会员限制下载数量并且有水印) 3.地图下载器 (免费挺好用的) 二.OpenLayers的使用 1.安装依赖 npm install ol 2.创建 OpenLayers 组件 <template> < 阅读全文
posted @ 2022-06-08 14:28 漫漫码农路 阅读(1473) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示