Go to file
thinkinggis 113aae900b fix(util): geo convert 2019-03-14 15:58:54 +08:00
.github feat(src): threejs render 2018-10-23 19:32:42 +08:00
bin feat(src): threejs render 2018-10-23 19:32:42 +08:00
bundler feat(src): threejs render 2018-10-23 19:32:42 +08:00
demos fix(heat-map): 修复bbox计算逻辑 2019-03-14 15:00:07 +08:00
docs feat(src): threejs render 2018-10-23 19:32:42 +08:00
src fix(util): geo convert 2019-03-14 15:58:54 +08:00
test feat(pick): update pick method 2019-03-12 15:58:44 +08:00
.babelrc fix(test): use the proper version of torchjs and babel, etc. 2018-10-31 16:24:32 +08:00
.editorconfig feat(src): threejs render 2018-10-23 19:32:42 +08:00
.eslintignore fix(layer): conflict 2019-03-14 15:16:05 +08:00
.eslintrc fix(src): require 引入方式切换成import 2019-03-01 10:43:36 +08:00
.gitignore add mapbox demo 2019-02-19 13:58:48 +08:00
.npmignore chore(dev): do not upload sources and ignore tests 2018-11-20 20:21:50 +08:00
.si.yml feat(src): threejs render 2018-10-23 19:32:42 +08:00
.torch.compile.opts.js update three 2019-02-27 16:44:33 +08:00
.travis.yml feat(src): threejs render 2018-10-23 19:32:42 +08:00
CHANGELOG.md feat(src): threejs render 2018-10-23 19:32:42 +08:00
CONTRIBUTING.md feat(src): threejs render 2018-10-23 19:32:42 +08:00
CONTRIBUTING.zh-CN.md feat(src): threejs render 2018-10-23 19:32:42 +08:00
LICENSE feat(src): threejs render 2018-10-23 19:32:42 +08:00
README.md feat(src): threejs render 2018-10-23 19:32:42 +08:00
README.zh-CN.md feat(src): threejs render 2018-10-23 19:32:42 +08:00
package.json fix(util): extent 2019-03-14 15:04:47 +08:00
webpack-dev.config.js fix(src): require 引入方式切换成import 2019-03-01 10:43:36 +08:00
webpack.config.js feat(hexagon): hexagon heatmap 2019-02-27 15:33:38 +08:00

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 http://site.alipay.net/datavis/L7/demos/index.html

How to Contribute