https://github.com/antvis/dipper-map
A tool supporting geo data visualization
https://github.com/antvis/dipper-map
Last synced: about 1 year ago
JSON representation
A tool supporting geo data visualization
- Host: GitHub
- URL: https://github.com/antvis/dipper-map
- Owner: antvis
- Archived: true
- Created: 2021-10-28T07:05:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T03:30:10.000Z (over 4 years ago)
- Last Synced: 2025-05-02T04:34:10.811Z (about 1 year ago)
- Language: TypeScript
- Size: 16.1 MB
- Stars: 16
- Watchers: 12
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dipper-map
在线 Demo 地址: https://antv.vision/DipperMap/demo
## TODO_LIST:
### 功能池
- [x] 方案管理
- [x] 支持 AMap 和 Mapbox 切换
- [x] 默认配置优化
- [x] 叠加模式
- [ ] LineLayer 边绑定
- [x] 示例图片 + 图层默认配置 (demo 待补充)
- [ ] 操作文档
- [ ] 官方补充各类图层
- [x] 点图层性能优化
- [x] 样式主题
- [x] heatLayer 默认值
- [ ] 自由绘制
- [x] 暗黑模式
- [x] 支持 geojson 格式导入, 支持 coordnates 以数组形式导入
- [x] 替换 iconfont
- [ ] 官网补充操作步骤/操作录屏
- [ ] 快速分享 Demo 的能力
### 技术改造
- [x] 依赖替换:@alipay/tech-ui 中的 `` => 开源 ``
- [x] moment => day.js
- [ ] 数据转换和筛选 => worker 中进行 + Promise
- [x] eslintrc 提示
- [x] 中国地图替换:https://geo.datav.aliyun.com/areas_v3/bound/100000_full.json
- [x] 打包静态文件 hash
- [ ] iconfont 转移到本地
### BUG
- [x] 多选回归单选颜色时,单选颜色没有默认值
- [x] 图层的顺序发生改变 Zindex 没有改变
- [x] 暗黑模式下 slider 不明显
- [x] 筛选器对 GeoJson 无效