mirror of https://gitee.com/antv-l7/antv-l7
fix(docs): merge master remove manual
This commit is contained in:
commit
0cf4a949f9
|
@ -38,6 +38,7 @@ build/Release
|
|||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
jspm_packages/
|
||||
|
||||
# Typescript v1 declaration files
|
||||
|
@ -75,4 +76,5 @@ public
|
|||
yarn.lock
|
||||
package-lock.json
|
||||
git_log.sh
|
||||
packages/l7/package copy.json
|
||||
node_modules/
|
||||
packages/l7/package_bak.json
|
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
|||
# 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)
|
||||
[![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.
|
||||
|
||||
|
@ -11,15 +11,9 @@ Large-scale WebGL-powered Geospatial data visualization analysis framework.
|
|||
### Installation
|
||||
|
||||
```
|
||||
npm install @antv/l7@beta
|
||||
|
||||
npm install @antv/l7@beta
|
||||
```
|
||||
|
||||
### Features
|
||||
|
||||
### Links
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
使用 Yarn Workspace 完成依赖安装以及各包之间的 link 工作:
|
||||
|
|
|
@ -1,22 +1,17 @@
|
|||
## 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)
|
||||
[![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)
|
||||
|
||||
L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。L7 中的 L 代表 Location,7 代表世界七大洲,寓意能为全球位置数据提供可视分析的能力。L7 以图形符号学为理论基础,将抽象复杂的空间数据转化成 2D、3D 符号,通过颜色、大小、体积、纹理等视觉变量实现丰富的可视化表达。
|
||||
|
||||
## l7 visualization demos
|
||||
|
||||
![l7 demo](https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*SGU-QIZsnyoAAAAAAAAAAABkARQnAQ)
|
||||
|
||||
|
||||
### Installation
|
||||
|
||||
```
|
||||
npm install @antv/l7
|
||||
|
||||
npm install @antv/l7
|
||||
```
|
||||
|
||||
|
||||
## 核心特性
|
||||
|
||||
🌏 数据驱动可视化展示
|
||||
|
|
|
@ -25,7 +25,7 @@ module.exports = {
|
|||
slug: 'docs/tutorial',
|
||||
title: {
|
||||
zh: '教程',
|
||||
en: 'tutorial'
|
||||
en: 'Tutorial'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
lib
|
||||
es
|
||||
dist
|
||||
package_bak.json
|
||||
|
|
|
@ -4,29 +4,7 @@
|
|||
.feature-logo {
|
||||
height: 100px !important;
|
||||
}
|
||||
.cover-image {
|
||||
margin-top: 60px;
|
||||
height: 300px;
|
||||
|
||||
}
|
||||
@media only screen and (max-height: 599) and (max-width: 800px) {
|
||||
.cover-image {
|
||||
margin-top: 40px;
|
||||
margin-left: 260px;
|
||||
max-height: 400px;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-height: 599px) and (min-width:800px) {
|
||||
.cover-image {
|
||||
margin-top: 40px;
|
||||
margin-left: 10px;
|
||||
height: 600px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-height: 599px) and (min-width:800px) {
|
||||
.cover-image {
|
||||
margin-top: 40px;
|
||||
margin-left: 10px;
|
||||
height: 600px;
|
||||
}
|
||||
}
|
||||
.teaser {
|
||||
right: 0% !important;
|
||||
margin-top: 90px !important;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"L7 地理空间数据可视分析引擎": "L7 Geospatial Visualization Analysis",
|
||||
"L7 空间数据可视分析": "L7 Geospatial Visualization",
|
||||
"地理空间数据可视化": "Geospatial Data Visualization Analysis Framework",
|
||||
"L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。": "Large-scale WebGL-powered Geospatial data visualization analysis framework",
|
||||
"蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。": "Large-scale WebGL-powered Geospatial data visualization analysis framework",
|
||||
"架构灵活且自由":"Flexible and Scalable",
|
||||
"业务专业且通用":"Simple and Universal",
|
||||
"视觉酷炫且动感":"Cool and Dynamic",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"蚂蚁数据可视化": "AntV",
|
||||
"继续了解": "More",
|
||||
"更新": "Update",
|
||||
"下载使用":"Download",
|
||||
"开始使用":"Getting Started",
|
||||
"浅版精彩案例": "Light Theme",
|
||||
"深版精彩案例": "Dark Theme",
|
||||
"感谢信赖":"WE ARE TRUSTED BY",
|
||||
|
|
|
@ -82,7 +82,7 @@ const IndexPage = () => {
|
|||
type: 'primary',
|
||||
},
|
||||
{
|
||||
text: t('下载使用'),
|
||||
text: t('开始使用'),
|
||||
link: `/${i18n.language}/docs/api/l7`,
|
||||
},
|
||||
];
|
||||
|
@ -129,12 +129,12 @@ const IndexPage = () => {
|
|||
<img
|
||||
width="100%"
|
||||
className="Notification-module--number--31-3Z"
|
||||
src="https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*o40BRo-ANLoAAAAAAAAAAABkARQnAQ"
|
||||
src="https://gw.alipayobjects.com/mdn/antv_site/afts/img/A*cCI7RaJs46AAAAAAAAAAAABkARQnAQ"
|
||||
/>
|
||||
}
|
||||
title={t('L7 地理空间数据可视分析引擎')}
|
||||
title={t('L7 空间数据可视分析')}
|
||||
description={t(
|
||||
'L7 是由蚂蚁金服 AntV 数据可视化团队推出的基于WebGL的开源大规模地理空间数据可视分析开发框架。',
|
||||
'蚂蚁金服 AntV 数据可视化团队推出的基于 WebGL 的开源大规模地理空间数据可视分析开发框架。',
|
||||
)}
|
||||
buttons={bannerButtons}
|
||||
// notifications={notifications}
|
||||
|
|
Loading…
Reference in New Issue