mirror of https://gitee.com/antv-l7/antv-l7
2ec072375e
feat(point-layer): use 2d sdf functions PointLayer 中使用 2D 距离场绘制,支持描边、反走样效果。 目前支持以下基础图形: `'circle', 'triangle', 'square', 'pentagon', 'hexagon', 'octogon', 'hexagram', 'rhombus', 'vesica'` 同时支持映射数据到形状: ``` .shape('point_count', [ 'circle', 'triangle', 'hexagon' ]) ``` See merge request !32 |
||
---|---|---|
.github | ||
bin | ||
bundler | ||
demos | ||
docs | ||
src | ||
test | ||
.babelrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.si.yml | ||
.torch.compile.opts.js | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
CONTRIBUTING.zh-CN.md | ||
LICENSE | ||
README.md | ||
README.zh-CN.md | ||
package.json | ||
webpack-dev.config.js | ||
webpack.config.js |
README.md
L7
Development
$ npm install
# run test case
$ npm run test-live
# build watching file changes and run demos
$ npm run dev
# run demos
$ npm run demos
visit online demo https://antv.alipay.com/zh-cn/l7/1.x/demo/index.html