Go to file
thinkinggis 175fb828dd docs(image): zip image 2019-11-21 23:27:01 +08:00
.github feat(src): threejs render 2018-10-23 19:32:42 +08:00
.storybook feat(chart): add chart demo 2019-11-18 16:20:50 +08:00
.vscode fix(fix confilict): conflict 2019-11-14 18:22:08 +08:00
build fix(maker): marker demo 2019-11-21 18:46:52 +08:00
demos refactor(l7 lib): update libs 2019-11-21 17:52:18 +08:00
dev-docs build(esmodule): support building es1015 & esm 2019-11-15 15:28:23 +08:00
docs docs(image): zip image 2019-11-21 23:27:01 +08:00
examples docs(image): zip image 2019-11-21 23:27:01 +08:00
jest refactor: refactor with monorep architecture 2019-10-08 20:15:52 +08:00
packages docs(image): zip image 2019-11-21 23:27:01 +08:00
site docs(image): zip image 2019-11-21 23:27:01 +08:00
stories refactor(example): add lint 2019-11-20 17:26:24 +08:00
.editorconfig refactor: refactor with monorep architecture 2019-10-08 20:15:52 +08:00
.eslintrc docs(layer): add layer docs 2019-11-20 20:44:08 +08:00
.gitignore fix(merge): fix conflict 2019-11-15 01:15:14 +08:00
.prettierrc refactor: refactor with monorep architecture 2019-10-08 20:15:52 +08:00
.stylelintrc refactor: refactor with monorep architecture 2019-10-08 20:15:52 +08:00
.travis.yml docs(image): zip image 2019-11-21 23:27:01 +08:00
CHANGELOG.md docs(image): zip image 2019-11-21 23:27:01 +08:00
LICENSE.md chore(license): add MIT license 2019-11-12 16:01:33 +08:00
README.md docs(image): zip image 2019-11-21 23:27:01 +08:00
README.zh.md docs(image): zip image 2019-11-21 23:27:01 +08:00
babel.config.js fix(layerservice): fix init bugs in layer service 2019-11-21 17:38:56 +08:00
commitlint.config.js docs(layer): add layer docs 2019-11-20 20:44:08 +08:00
gatsby-browser.js docs(image): zip image 2019-11-21 23:27:01 +08:00
gatsby-config.js 🚀 l7.antv.vision 2019-11-21 12:36:59 +08:00
gatsby-node.js fix(maker): marker demo 2019-11-21 18:46:52 +08:00
jest.config.js docs(layer): add layer docs 2019-11-20 20:44:08 +08:00
lerna.json chore(lerna): add publish config for leaf packages 2019-11-12 16:56:31 +08:00
package.json docs(image): zip image 2019-11-21 23:27:01 +08:00
tsconfig.build.json feat(layer): point layer 2019-10-29 17:33:37 +08:00
tsconfig.json feat(picking): support PixelPickingPass and highlight the picked feature 2019-10-24 20:53:15 +08:00
tslint.json feat(add l7 site): add websites 2019-11-06 11:57:42 +08:00
tslint.prod.json feat(add l7 site): add websites 2019-11-06 11:57:42 +08:00
tslint.test.json refactor: refactor with monorep architecture 2019-10-08 20:15:52 +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@beta

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