mirror of https://gitee.com/antv-l7/antv-l7
40 lines
815 B
Markdown
40 lines
815 B
Markdown
# L7
|
||
|
||
[![travis ci](https://travis-ci.com/antvis/L7.svg?branch=master)](https://travis-ci.com/antvis/L7) [![](https://flat.badgen.net/npm/v/@antv/l7?icon=npm)](https://www.npmjs.com/package/@antv/l7) ![最近提交](https://badgen.net/github/last-commit/antvis/L7)
|
||
|
||
Large-scale WebGL-powered Geospatial data visualization analysis framework.
|
||
|
||
## l7 visualization demos
|
||
|
||
![l7 demo](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*SGU-QIZsnyoAAAAAAAAAAABkARQnAQ)
|
||
|
||
### Installation
|
||
|
||
```
|
||
npm install @antv/l7@beta
|
||
```
|
||
|
||
## Development
|
||
|
||
使用 Yarn Workspace 完成依赖安装以及各包之间的 link 工作:
|
||
```bash
|
||
yarn install
|
||
```
|
||
|
||
开发模式:
|
||
```bash
|
||
yarn watch
|
||
```
|
||
|
||
运行 Demo,基于 Storybook:
|
||
```bash
|
||
yarn storybook
|
||
```
|
||
|
||
## view doc example
|
||
|
||
```bash
|
||
yarn start
|
||
```
|
||
visit http://localhost:8000/
|