https://github.com/badbye/amap_deckgl
高德与deck.gl的整合
https://github.com/badbye/amap_deckgl
Last synced: 4 months ago
JSON representation
高德与deck.gl的整合
- Host: GitHub
- URL: https://github.com/badbye/amap_deckgl
- Owner: badbye
- Created: 2022-06-10T07:30:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T08:04:28.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T15:17:28.963Z (over 1 year ago)
- Language: HTML
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
安装启动:
```bash
npm i
npm run start
```
目前遇到的核心问题:2D视角下,拖动地图后,有明显的闪烁;3D视角下,`bearing`参数发生变化时,拖动地图时数据会明显偏移,效果更差。
deck.gl与leaflet结合,deck.gl的数据图层就很稳:
https://zakjan.github.io/deck.gl-leaflet/