Commit Graph

834 Commits

Author SHA1 Message Date
@thinkinggis 4c1b0d520e
Merge pull request #56 from antvis/fix-locale-json
fix: locale json
2019-11-14 14:49:41 +08:00
afc163 9ff435f52b fix: locale.json should be valid json 2019-11-14 14:34:30 +08:00
afc163 c63df44dbe chore: remove .cache 2019-11-14 14:20:32 +08:00
thinkinggis 90f6945feb feat(add point demo): add demo 2019-11-14 11:50:12 +08:00
yuqi.pyq e437055289 chore(lerna): add publish config for leaf packages 2019-11-12 16:56:31 +08:00
yuqi.pyq 46849108fd chore(license): add MIT license 2019-11-12 16:01:33 +08:00
yuqi.pyq 0563f357f3 chore(lerna): allow branch next 2019-11-12 15:48:15 +08:00
yuqi.pyq 8b4594ac99 build(prettier): support optional chain with TS 3.7
fix #46
2019-11-12 15:37:31 +08:00
thinkinggis c99bb27d94 fix(layers): heatmap 3d effect 2019-11-11 13:52:00 +08:00
@thinkinggis 68eb77dad8
Merge pull request #54 from antvis/site
add website
2019-11-10 21:29:53 +08:00
thinkinggis 7f4646efd3 feat(component): add layer control 2019-11-10 21:20:26 +08:00
thinkinggis ccf1ff464e feat(scene): scene service inTransientScope 2019-11-07 00:52:03 +08:00
thinkinggis 0463ff874e feat(add l7 site): add websites 2019-11-06 11:57:42 +08:00
@thinkinggis 303591273d
Merge pull request #53 from antvis/encode
add heatmaplayer rasterlayer
2019-11-04 14:20:24 +08:00
thinkinggis 93d1578a77 fix(travis): travis nodejs version 2019-11-04 13:41:09 +08:00
thinkinggis aed5e9e51b fix(tslint): fix tslint error 2019-11-04 12:06:45 +08:00
thinkinggis cce659aaa1 fix(raster layer): raster layer triangle 2019-11-04 11:33:38 +08:00
thinkinggis b0f6265cd3 fix(raster layer): update raster triangle 2019-11-04 11:19:45 +08:00
thinkinggis cd8409e4cb feat(layers): add heatmap 3d layer 2019-11-02 00:45:00 +08:00
yuqi.pyq 040ba03b66 ci: init travis config 2019-11-01 17:15:20 +08:00
thinkinggis e04b3b268b feat(layers): add heatmap layer 2019-11-01 15:36:20 +08:00
thinkinggis 420459ce5a feat(layer): add arc2d layer 2019-10-30 16:38:59 +08:00
yuqi.pyq 1d8e15cec1 feat(post-processing): add some post processing effects
add noise, sepia, halftone and ink effects
2019-10-30 16:12:11 +08:00
thinkinggis 7e499fdc87 feat(layers): add arclayer 2019-10-30 14:53:18 +08:00
@thinkinggis 43f7fa5b6c
Merge pull request #50 from antvis/encode
feat(layers): add girdheatmap  add raster imagelayer
2019-10-30 12:00:16 +08:00
thinkinggis ddd1d0ef38 feat(layers): add girdheatmap add raster imagelayer 2019-10-30 11:52:36 +08:00
@thinkinggis 91cef6177e
Merge pull request #49 from antvis/encode
feat(layers): add polygon3d , pointimagelayer
2019-10-30 10:23:44 +08:00
thinkinggis 8a615e6cf1 Merge branch 'encode' of https://github.com/antvis/L7 into encode 2019-10-30 10:20:50 +08:00
thinkinggis f7be720db1 fix(stories): conflict 2019-10-30 10:19:01 +08:00
thinkinggis ac2548e9b7 fix(stories): conflict 2019-10-30 10:13:36 +08:00
thinkinggis 75f2eaa083 feat(layers): add polygon3d , pointimagelayer 2019-10-30 10:12:02 +08:00
thinkinggis bda6b6cfb0 feat(layers): add polygon3d , pointimagelayer 2019-10-30 10:07:17 +08:00
@thinkinggis b370b7bf54
Merge pull request #48 from antvis/encode
add point layer
2019-10-29 19:16:09 +08:00
thinkinggis 30597d9a45 fix(merge): merge next branch 2019-10-29 17:39:42 +08:00
thinkinggis 3da72c83ff feat(layer): point layer 2019-10-29 17:33:37 +08:00
yuqi.pyq 2cf082439a feat(multi-pass): support TAA(Temporal Anti-Aliasing)
we can enable TAA in layer's options now, but there're something wrong when picking enabled at same
time.
2019-10-29 14:42:41 +08:00
yuqi.pyq 9c5766d0e3 feat(schema-validation): support validation for layer's options
implement with JSON Schema (ajv)
2019-10-27 20:58:33 +08:00
yuqi.pyq 3e22f21a5c feat(picking): support advanced picking API: `layer.pick({x, y})` 2019-10-25 17:16:53 +08:00
yuqi.pyq c28d965754 build: upgrade TS, babel plugin and to support optional chaining 2019-10-25 14:17:59 +08:00
@thinkinggis 4072f62b77
Merge pull request #45 from antvis/encode
add component
2019-10-25 10:59:37 +08:00
thinkinggis b783a9a8d4 Merge branch 'encode' of https://github.com/antvis/L7 into encode 2019-10-25 10:52:36 +08:00
thinkinggis e7a46a691d fix(merge branch): fix confilt 2019-10-25 10:46:58 +08:00
thinkinggis 09adc65a9c fix(merge branch): fix confilt 2019-10-25 10:25:54 +08:00
thinkinggis a6baef4954 feat(component): add scale ,zoom, popup, marker map method 2019-10-24 21:23:15 +08:00
yuqi.pyq ff0ffa057e feat(picking): support PixelPickingPass and highlight the picked feature 2019-10-24 20:53:15 +08:00
@thinkinggis f0a67790d7
Merge pull request #43 from antvis/encode
feat(core): add map method
2019-10-21 14:43:02 +08:00
thinkinggis 853c1901fb feat(core): add map method 2019-10-21 14:37:35 +08:00
@thinkinggis 26e898bea2
Merge pull request #40 from antvis/encode
add layer
2019-10-16 20:18:00 +08:00
thinkinggis 7786c646a9 Merge branch 'encode' of https://github.com/antvis/L7 into encode 2019-10-16 19:46:27 +08:00
thinkinggis 89b25133a1 feat(point image): add point image 2019-10-16 19:46:10 +08:00