mirror of https://gitee.com/antv-l7/antv-l7
bc7c6718a6
* feat: add getModelMatrix into viewport * feat: 新增地球模式 (初步构建) * feat: 完善地球交互 * style: lint style * feat: 调整地球图层缩放的方向 * style: lint style * feat: 增加地球模式的 pointLayer/fill 图层 * style: lint style * feat: 增加地球、太阳的简单运动系统,优化部分代码结构 * chore: update version 2.5.25 -> 2.5.26 * style: lint style * feat: 在核心模块移除 threejs 的引用 * style: lint style * fix: 修复时间点击出错 * style: lint style |
||
---|---|---|
.. | ||
__tests__ | ||
demo | ||
src | ||
.gitignore | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.build.json |
README.md
L7
L7 Large-scale WebGL-powered Geospatial data visualization analysis framework
l7 visualization demos
Installation
npm install @antv/l7
Features
Links
Development
使用 Yarn Workspace 完成依赖安装以及各包之间的 link 工作:
yarn install
开发模式:
yarn watch
运行 Demo
yarn storybook
代替 git commit
提交:
yarn commit
view doc example
npm start
visit http://localhost:8000/
Add Package
add new package:
lerna create my-pack -y
将 ui-lib 作为 my-pack 的依赖:
yarn workspace my-pack add ui-lib/1.0.0
将 lodash 添加为所有 package 的依赖(不包含root)
yarn workspaces run add lodash
将 typescript 设置为 root 的开发依赖
yarn add -W -D typescript jest