Commit Graph

665 Commits

Author SHA1 Message Date
yuqi.pyq 2e37701e1d ci: init travis config 2019-11-01 17:15:20 +08:00
thinkinggis 86ec8e4718 feat(layers): add heatmap layer 2019-11-01 15:36:20 +08:00
thinkinggis 37d6799422 feat(layer): add arc2d layer 2019-10-30 16:38:59 +08:00
yuqi.pyq a2a69fad2a feat(post-processing): add some post processing effects
add noise, sepia, halftone and ink effects
2019-10-30 16:12:11 +08:00
thinkinggis fe894bc660 feat(layers): add arclayer 2019-10-30 14:53:18 +08:00
@thinkinggis 338b92e527 Merge pull request #50 from antvis/encode
feat(layers): add girdheatmap  add raster imagelayer
2019-10-30 12:00:16 +08:00
thinkinggis 861c0bba41 feat(layers): add girdheatmap add raster imagelayer 2019-10-30 11:52:36 +08:00
@thinkinggis 2490c98e9b Merge pull request #49 from antvis/encode
feat(layers): add polygon3d , pointimagelayer
2019-10-30 10:23:44 +08:00
thinkinggis cbdac89748 Merge branch 'encode' of https://github.com/antvis/L7 into encode 2019-10-30 10:20:50 +08:00
thinkinggis 65ea28d418 fix(stories): conflict 2019-10-30 10:19:01 +08:00
thinkinggis b2cca52f78 fix(stories): conflict 2019-10-30 10:13:36 +08:00
thinkinggis a5b77b3648 feat(layers): add polygon3d , pointimagelayer 2019-10-30 10:12:02 +08:00
thinkinggis e67b444278 feat(layers): add polygon3d , pointimagelayer 2019-10-30 10:07:17 +08:00
@thinkinggis e44361d81f Merge pull request #48 from antvis/encode
add point layer
2019-10-29 19:16:09 +08:00
thinkinggis 35f4ff61d3 fix(merge): merge next branch 2019-10-29 17:39:42 +08:00
thinkinggis cbb6c3a0d2 feat(layer): point layer 2019-10-29 17:33:37 +08:00
yuqi.pyq dfb03f62d4 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 b844e63015 feat(schema-validation): support validation for layer's options
implement with JSON Schema (ajv)
2019-10-27 20:58:33 +08:00
yuqi.pyq f748db05dc feat(picking): support advanced picking API: `layer.pick({x, y})` 2019-10-25 17:16:53 +08:00
yuqi.pyq 1ece4216e6 build: upgrade TS, babel plugin and to support optional chaining 2019-10-25 14:17:59 +08:00
@thinkinggis 161f96672b Merge pull request #45 from antvis/encode
add component
2019-10-25 10:59:37 +08:00
thinkinggis d8968acf88 Merge branch 'encode' of https://github.com/antvis/L7 into encode 2019-10-25 10:52:36 +08:00
thinkinggis f223f2965c fix(merge branch): fix confilt 2019-10-25 10:46:58 +08:00
thinkinggis 518e509205 fix(merge branch): fix confilt 2019-10-25 10:25:54 +08:00
thinkinggis dcb2e91a9c feat(component): add scale ,zoom, popup, marker map method 2019-10-24 21:23:15 +08:00
yuqi.pyq 76a75f5df7 feat(picking): support PixelPickingPass and highlight the picked feature 2019-10-24 20:53:15 +08:00
@thinkinggis 9782c51d89 Merge pull request #43 from antvis/encode
feat(core): add map method
2019-10-21 14:43:02 +08:00
thinkinggis cccf70e7d8 feat(core): add map method 2019-10-21 14:37:35 +08:00
@thinkinggis 1b6dd0f14e Merge pull request #40 from antvis/encode
add layer
2019-10-16 20:18:00 +08:00
thinkinggis 31a44231e6 Merge branch 'encode' of https://github.com/antvis/L7 into encode 2019-10-16 19:46:27 +08:00
thinkinggis 09a88582be feat(point image): add point image 2019-10-16 19:46:10 +08:00
thinkinggis 190796aeb3 feat(point image): add point image 2019-10-16 19:31:09 +08:00
thinkinggis c5458d54b6 feat(layer): add imagelayer 2019-10-16 10:13:44 +08:00
thinkinggis 2aecec62e3 fix(layer): fix merge conflict 2019-10-14 19:22:51 +08:00
thinkinggis 2e2667f55b feat(layer): add point line polygon image layer 2019-10-12 21:26:54 +08:00
yuqi.pyq 40b42954d8 docs: add dev-doc for PixelPickingEngine 2019-10-12 14:39:30 +08:00
xiaoiver 7169108de6 chore: delete .DS_Store 2019-10-12 10:45:33 +08:00
xiaoiver 055327d619 chore: delete .DS_Store 2019-10-12 10:45:12 +08:00
yuqi.pyq dd244502ec Merge branch 'next' of https://github.com/antvis/L7 into next 2019-10-12 10:43:06 +08:00
yuqi.pyq 3286c59d5a refactor(@l7/core): 重构 MultiPassRenderer & PostProcessor
不依赖具体 renderer 渲染服务接口,@l7/renderer 各渲染引擎只需要实现基础 WebGL 资源对象接口
2019-10-12 10:42:50 +08:00
thinkinggis 3a92b02691 feat(layer): 新增sourceplugin, attribute 增加类型判断 2019-10-10 11:45:18 +08:00
xiaoiver 20324f57dd docs: fix table style in markdown 2019-10-08 20:25:39 +08:00
yuqi.pyq 2542b0643a refactor: refactor with monorep architecture 2019-10-08 20:15:52 +08:00
@thinkinggis 9072cd1a03 Merge pull request #35 from antvis/textoverlop
feat(text): text add textAllowOverlap propertry fix #34
2019-10-08 11:07:47 +08:00
thinkinggis eeab5e161f feat(text): text add textAllowOverlap propertry
新增文本避让开关方法
style({
 textAllowOverlap: true
})
2019-10-08 10:32:59 +08:00
thinkinggis 0d0a7fdc95 fix: control css 2019-09-27 17:52:42 +08:00
thinkinggis 4f781b2657 fix blending 2019-09-12 12:11:09 +08:00
@thinkinggis 8f30dab6e2 Merge pull request #32 from antvis/text
修复优化地图的一些方法
2019-09-12 11:17:08 +08:00
thinkinggis 48131149c2 fix setmapStyle
add blank theme
2019-09-12 10:28:34 +08:00
thinkinggis 6110be6306 fix removelayer 不能重绘的问题
fix 文本渲染stroke不生效的问题
2019-09-11 20:59:25 +08:00