当前位置:网站首页>Node-RED系列(二五):集成高德地图并实现3d地图和轨迹回放
Node-RED系列(二五):集成高德地图并实现3d地图和轨迹回放
2022-06-13 09:33:00 【拿我格子衫来】
前言
在上一篇文章中 我向大家介绍了如何 在node-red中使用高德地图的api sdk。并向大家展示了如何使用template来显示一个地图组件。那么本篇文件中我就教大家如何实现实现一个3D地图显示到面板上。
并实现一个地图中常用的功能,轨迹回放,这在路线规划,车辆导航中非常使用。结合其他的功能也能实现酷炫的效果。下面详细介绍一个这两个案例。
3d地图的显示
要制作一个3d地图,仅仅引入sdk是不够的,还需要引入其他的插件。
高德地图的 JS API 3D 地图是基于矢量地图数据提供的新的地图视图效果,相比 2D 地图增加了对旋转、视角倾斜等地图功能的支持。3D 地图基于 WEBGL 开发,在保证流畅度的同时,增加了对无级别缩放等功能的支持。
看一下效果
下面我们来实现一下该案例。
首先在node-red的编辑面板里,引入template节点,编写节点的内容。
引入/amap-loader.js
配置高德地图KEY,加载SDK
编写初始化地图的代码
AMapLoader.load({
//首次调用 load</
边栏推荐
- Jenkins接入Openldap用戶認證
- Attack and defense world PWN shell
- Tree and binary tree: basic operation and implementation of binary tree
- (dijkstra+ shortest path + edge traversal 0 (m)) acwing 850 Dijkstra finding the shortest path II
- Overloading of typical operators
- acwing 788. Number of pairs in reverse order
- Timestamp to localdate
- [ssl1280] full arrangement
- (state compression dp+good) acwing 291 Mondrian's dream
- LeetCode 5270. Minimum path cost in grid (dynamic programming)
猜你喜欢
Tree and binary tree: application of binary tree traversal
go-zero微服务实战系列(三、API定义和表结构设计)
[ssl1280] full arrangement
The turtle library displays the system time
(dp+ memory) acwing 901 skiing
Classes and objects -- object model and this pointer
一篇文章读懂:Spark运行模式
[51nod p3058] Xiao ming'ai set [set]
GCC compilation process
(dfs) acwing 842. Arrange numbers
随机推荐
Trees and binary trees: traversal of binary trees
说说MySQL索引机制
List list
类文件结构和类加载过程执行引擎简述
The turtle library displays the system time
LeetCode 583. Deleting two strings
(bfs+GOOD) acwing 845. Eight digit
MOOC week 8 programming exercise 1
虚拟机内存结构简述
(dijkstra+ shortest path + edge traversal 0 (m)) acwing 850 Dijkstra finding the shortest path II
VGA common resolution and calculation method
谨记! 写代码别太自信! 一定要写点关键日志info输出,不然问题都定位不到。
Analysis and implementation of variable parameters in C language
Exploitation of competitive loopholes in attacking and defending world PWN play conditions
[51nod p2102] or subtraction and [bit operation]
@Value does not take effect and extend/implement other classes cannot inject beans manually
Biden: hope to sign the bipartisan gun safety reform bill as soon as possible
VDD,DVDD,AVDD,VCC,AFVDD,DOVDD,IOVDD
拜登:希望尽快签署两党枪支安全改革法案
Jenkins接入Openldap用戶認證