From c694885aac0b3a61c27e8921a1a0b797c10c499d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 29 Nov 2019 12:33:37 +0800 Subject: [PATCH] Update README.md --- README.md | 53 +++++++++++++++++++++-------------------------------- 1 file changed, 21 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 3d65767421..204ea92095 100644 --- a/README.md +++ b/README.md @@ -18,43 +18,33 @@ L7 focuses on geographic data expressiveness,interaction and design of geogra ## 🌟 Highlight features of L7 2.0 - -🌏 Data-driven Visualization +- 🌏 Data-driven Visualization -Layer visualization API design base Semiology of Graphics. + Layer visualization API design base Semiology of Graphics. -it supports rich map visualization types for a better insight on data. + It supports rich map visualization types for a better insight on data. - -🌏High performance rendering with 2D/3D effect +- 🌏 High performance rendering with 2D/3D effect Real-time and dynamic rendering with millions of spatial data. +- 🌏 Simple and flexible data format -🌏 Simple and flexible data format: - - L7 supports a wide variety of data formats including CSV, JSON, geojson, among others, eliminating the need to run conversions ahead of time. - - -🌏Multi-basemap: - -For global users, Mapbox is easy to be embedded by a simple line of code. + L7 supports a wide variety of data formats including CSV, JSON, geojson, among others, eliminating the need to run conversions ahead of time. +- 🌏 Multi-basemap + For global users, Mapbox is easy to be embedded by a simple line of code. ## Getting Started - - -. - - ### 📦 Installation +### 📦 Installation ``` npm install @antv/l7@beta ``` -### init Map by L7 scene +### Init Map by L7 scene ```javascript import { Scene } from '@antv/l7'; @@ -70,7 +60,7 @@ new Scene({ }) ``` -### add Layer +### Add Layer ``` javascript @@ -89,30 +79,29 @@ scene.addLayer(pointLayer); ``` -## Documentation +## :memo: Documentation -[Getting started with L7](https://l7.antv.vision/en/docs/api/l7) +- [Getting started with L7](https://l7.antv.vision/en/docs/api/l7) +- [Tutorials](https://l7.antv.vision/en/docs/tutorial/quickstart) +- [API documentation](https://l7.antv.vision/en/docs/api/l7) +- [Examples](https://l7.antv.vision/en/examples/gallery/basic) -[Tutorials](https://l7.antv.vision/en/docs/tutorial/quickstart) - -[API documentation](https://l7.antv.vision/en/docs/api/l7) - -[Examples](https://l7.antv.vision/en/examples/gallery/basic) - - -## 🔨 Development +## 🔨 Development 使用 Yarn Workspace 完成依赖安装以及各包之间的 link 工作: + ```bash yarn install ``` 开发模式: + ```bash yarn watch ``` 运行 Demo,基于 Storybook: + ```bash yarn storybook ``` @@ -122,8 +111,8 @@ yarn storybook ```bash yarn start ``` -visit http://localhost:8000/ +Visit http://localhost:8000/ ## ✅ License