Go to file
@thinkinggis 663f179c7a
Merge pull request #517 from antvis/fix_ie_event
fix: 修复IE事件问题
2020-09-10 21:05:23 +08:00
.github fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.storybook fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.vscode fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
build fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
demos fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
dev-docs fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
docs fix(layer): heatmap layer grid无法渲染squareColumn 3D图形问题 2020-08-20 17:36:17 +08:00
examples fix: 修复 ExtrudePolyLine 对应的单元测试逻辑 2020-08-28 16:19:16 +08:00
jest fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
packages Merge pull request #517 from antvis/fix_ie_event 2020-09-10 21:05:23 +08:00
site fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
stories Merge branch 'master' into fix_map_dependencies 2020-09-07 15:32:32 +08:00
.editorconfig fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.eslintrc fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.gitignore fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.gitleaks.toml fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.prettierrc fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.stylelintrc fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.travis.yml fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
.yarnrc fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
CHANGELOG.md fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
LICENSE.md fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
README.md fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
README.zh-CN.md fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
babel.config.js fix: outdated theme versions 2020-09-02 18:25:26 +08:00
commitlint.config.js fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
gatsby-browser.js fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
gatsby-config.js fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
gatsby-node.js fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
jest.config.js fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
lerna.json chore: publish 2020-09-09 19:50:52 +08:00
package.json fix: outdated theme versions 2020-09-02 18:25:26 +08:00
tsconfig.build.json fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
tsconfig.json fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
tslint.json fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
tslint.prod.json fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
tslint.test.json fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00
yarn.lock Merge branch 'master' into fix_map_dependencies 2020-09-07 15:32:32 +08:00

README.md

L7

travis ci 最近提交

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

中文 README

GitHub

Powered by WebGL, the rendering technology of L7 supports fast and efficient rendering of big data, 2D/3D rendering, possible through calculation and analysis of spatial data by GPU Parallel Compu-ting.

L7 focuses on geographic data expressivenessinteraction and design of geographic visualization layers. The basemaps on the platform are powered by third-party services

🌄 l7 visualization demos

l7 demo

🌟 Highlight features of L7 2.0

  • 🌏 Data-driven Visualization

    Layer visualization API design base Semiology of Graphics.

    It supports rich map visualization types for a better insight on data.

  • 🌏 High performance rendering with 2D/3D effect Real-time and dynamic rendering with millions of spatial data.

  • 🌏 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.

Getting Started

📦 Installation

npm install @antv/l7

Init Map by L7 scene

import { Scene } from '@antv/l7';
import { Mapbox } from '@antv/l7-maps';

const scene = new Scene({
  id: 'map',
  map: new Mapbox({
    style: 'light',
    pitch: 0,
    center: [107.054293, 35.246265],
    zoom: 4.056,
  }),
});

Add Layer

import { PointLayer } from '@antv/l7';

const pointLayer = new PointLayer()
  .source(data)
  .shape('circle')
  .size('mag', [1, 25])
  .color('mag', ['#5B8FF9', '#5CCEA1'])
  .style({
    opacity: 0.3,
    strokeWidth: 1,
  });

scene.addLayer(pointLayer);

📝 Documentation

License

MIT license.