Go to file
thinkinggis 2e5c83fdee fix(gitignore) 2019-08-07 15:43:27 +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 feat(control): add scale, layer.zoom control 2019-08-07 10:44:29 +08:00
docs feat(src): threejs render 2018-10-23 19:32:42 +08:00
lib fix lint err 2019-08-07 15:40:42 +08:00
rollup rollup 2019-03-01 14:54:05 +08:00
src fix lint err 2019-08-07 15:40:42 +08:00
test fix(src): lint err 2019-08-01 20:40:09 +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(geojson): geometry is null 2019-04-23 10:22:22 +08:00
.eslintrc fix(src): require 引入方式切换成import 2019-03-01 10:43:36 +08:00
.gitignore fix(gitignore) 2019-08-07 15:43:27 +08:00
.npmignore fix(gitignore) 2019-08-07 15:43:27 +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 update readme 2019-08-01 18:23:38 +08:00
README.zh-CN.md feat(src): threejs render 2018-10-23 19:32:42 +08:00
package.json feat(control): add scale, layer.zoom control 2019-08-07 10:44:29 +08:00
rollup.config.js fix lint err 2019-08-07 15:40:42 +08:00
webpack-dev.config.js fix(src): require 引入方式切换成import 2019-03-01 10:43:36 +08:00
webpack.config.js fix(l7): update package 2019-03-16 20:49:30 +08:00

README.md

L7

Development

$ npm install

# run test case
$ npm run test-live

# build watching file changes and run demos
$ npm run start

# run demos
$ npm run demos

How to Contribute