Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wgbx/mapbox
Visualization model display solution based on Mapbox
https://github.com/wgbx/mapbox
deck draco mapbox threejs vue webgl
Last synced: about 2 months ago
JSON representation
Visualization model display solution based on Mapbox
- Host: GitHub
- URL: https://github.com/wgbx/mapbox
- Owner: wgbx
- Created: 2019-08-01T07:42:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T03:06:24.000Z (3 months ago)
- Last Synced: 2024-10-30T06:12:38.184Z (3 months ago)
- Topics: deck, draco, mapbox, threejs, vue, webgl
- Language: CSS
- Homepage:
- Size: 4.9 MB
- Stars: 14
- Watchers: 0
- Forks: 7
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
基于 Mapbox+deckGl 的路线可视化方案
## 项目说明
1. mapbox token 已失效,需要自行使用可用 token
2. 本项目创建于 2018 年,依赖已产生问题
3. map.vue 提供加载地图,加载模型,加载 layer,渲染动画的展示方案
4. 项目加载 gltf 使用了加密解密算法,可有效将模型从 200M=>1M,为商用提供了可能性## 运行方式
```
npm installnpm run dev
```## 技术栈
[mapbox](https://www.mapbox.com/),[deck.gl](https://deck.gl/#/)
[threejs](https://threejs.org/),[threejs](https://threejs.org/)
[obj2gltf](https://github.com/AnalyticalGraphicsInc/obj2gltf),[gltf-pipeline](https://github.com/AnalyticalGraphicsInc/gltf-pipeline),[draco](https://google.github.io/draco/)
感谢以上开源库的帮助
## 效果展示
![效果图](./static/images/home.png)