上一页 1 2 3 4 5 6 ··· 23 下一页
摘要: 第 1 步 — 打开Wayback 应用程序 https://livingatlas.arcgis.com/wayback 第 2 步- 放大到您感兴趣的区域,也可以不放大了, 第 3 步— 查看影像版本信息 点击第二步的按钮后,便可跳转至World Imagery (Wayback 2024-04 阅读全文
posted @ 2025-05-13 09:10 百里屠苏top 阅读(2057) 评论(0) 推荐(0)
摘要: 1.缩放控件 // 添加工具条控件 缩放控件 const toolbar = new AMap.ToolBar({ position: { top: 'auto', right: '10px', left: 'auto', bottom: '30px' } }); map.addControl(to 阅读全文
posted @ 2025-05-06 17:52 百里屠苏top 阅读(266) 评论(0) 推荐(0)
摘要: 官方文档:https://lbs.amap.com/api/javascript-api-v2/tutorails/display-a-layer 1.1 创建图层 const layer = new AMap.createDefaultLayer({ zooms: [3, 20], //可见级别 阅读全文
posted @ 2025-04-30 17:00 百里屠苏top 阅读(271) 评论(0) 推荐(0)
摘要: 基于之前的可视化项目,优化地图模块。 1. 新建mapcontainer.vuewen文件,并在modelThird.vue 中引入和挂载 2.安装Loader npm i @amap/amap-jsapi-loader --save 3.在mapcontainer.vue 中写入代码 <scrip 阅读全文
posted @ 2025-04-30 15:30 百里屠苏top 阅读(287) 评论(0) 推荐(0)
摘要: 一、高德开放平台 官网:https://lbs.amap.com/ 1. 登录 可以用淘宝、QQ等直接登录。 2.打开控制台 3.创建新应用 4.添加key 二、在普通网页中测试地图 1.进入JS API 2.准备 3.快速上手 1)准备key和密钥(按前面的创建应用添加key) 2) HTML 页 阅读全文
posted @ 2025-04-30 10:31 百里屠苏top 阅读(310) 评论(0) 推荐(0)
摘要: 一、地图上添加动画及箭头 <script setup> import { ref, onMounted } from 'vue'; import * as echarts from 'echarts'; import chinaMap from '../../assets/china1.json'; 阅读全文
posted @ 2025-04-19 21:56 百里屠苏top 阅读(86) 评论(0) 推荐(0)
摘要: 一、地图的引入 1.下载地图文件 https://datav.aliyun.com/portal/school/atlas/area_selector 2.新建mapchart.vue文件,并写入代码。 <script setup> import { ref,reactive,onMounted} 阅读全文
posted @ 2025-04-19 20:55 百里屠苏top 阅读(241) 评论(0) 推荐(0)
摘要: 一、模块4(测试路段) 1. 新建一个piechart.vue <template> <div ref="chart" style="width: 230px;height:230px;"></div> </template> <script> import * as echarts from 'e 阅读全文
posted @ 2025-04-19 19:36 百里屠苏top 阅读(63) 评论(0) 推荐(0)
摘要: 一、玫瑰饼图 1.新建组件rosechart.vue 2.写入代码: <script setup> import { ref,reactive,onMounted} from 'vue'; import * as echarts from 'echarts'; const chart = ref() 阅读全文
posted @ 2025-04-17 17:44 百里屠苏top 阅读(125) 评论(0) 推荐(0)
摘要: 一、水位图 1.dataV 官网引入水位图 https://datav-vue3.netlify.app/Guide/Guide.html 2.在waterpond.vue中编写水位图的代码 3. 在modelThird引入waterpond.vue 效果: 4.美化一下水位图 在waterpond 阅读全文
posted @ 2025-04-17 16:51 百里屠苏top 阅读(281) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 23 下一页