Loading

随笔分类 -  JavaScript

摘要:使用的热力图是 heatmap.js 因为是Leaflet,所以还要引入一个对应的插件 leaflet-heatmap.js,这个插件就在heatmap目录下的plugins里面。 代码如下: import "heatmap.js"; import HeatmapOverlay from "@/ut 阅读全文
posted @ 2024-07-05 11:39 真正的大英雄 阅读(422) 评论(0) 推荐(0) 编辑
摘要:使用插件:leaflet.motion https://github.com/Igor-Vladyka/leaflet.motion // 执行轨迹回放 doShowTraces(latLngs) { latLngs = [ [39.123595, 110.561176], [39.123041, 阅读全文
posted @ 2023-10-12 17:19 真正的大英雄 阅读(885) 评论(0) 推荐(0) 编辑
摘要:介绍 给用户提供了可以自定义修改elementUI表格的能力,通过混入(mixins)使用,必须先安装element-ui。 通过npm安装: npm i el-table-customizer 使用方法如下: <script> import tableCustomTool from 'el-tab 阅读全文
posted @ 2023-02-08 10:18 真正的大英雄 阅读(79) 评论(0) 推荐(0) 编辑

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