antv-l7/packages/l7
thinkinggis 7df9faf244 chore: publish 2020-07-02 14:37:39 +08:00
..
__tests__ fix(heatmap): 修复热力图某些设备上黑色 fix #278 2020-04-09 20:54:39 +08:00
demo fix: draw polygon 编辑已有数据 & roullup alias 回滚到2.2.0 2020-05-12 23:03:01 +08:00
src chore: publish 2020-07-01 10:54:36 +08:00
.gitignore fix(docs): merge master remove manual 2019-11-25 13:49:12 +08:00
CHANGELOG.md chore: publish 2020-04-10 15:37:10 +08:00
README.md docs: update 图层引入 2020-01-07 21:15:23 +08:00
package.json chore: publish 2020-07-02 14:37:39 +08:00
tsconfig.build.json 完善构建方案 & 容器 Bug 修复 (#84) 2019-11-25 15:27:56 +08:00

README.md

L7

最近提交

L7 Large-scale WebGL-powered Geospatial data visualization analysis framework

l7 visualization demos

l7 demo

Installation

 npm install @antv/l7

Features

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