Commit Graph

172 Commits

Author SHA1 Message Date
thinkinggis 55cf7a0dda feat(layer): add controller 2019-05-29 15:35:24 +08:00
thinkinggis 5e4bddf7db fix(line): default activeId 2019-05-28 17:39:02 +08:00
thinkinggis 22f1b7196e fix(merge master conflict 2019-05-28 15:29:56 +08:00
thinkinggis d601bc4ad9 fix(line) size 2019-05-28 11:50:07 +08:00
thinkinggis 9c79470cea fix(tile): vectorMap 2019-05-28 11:35:31 +08:00
thinkinggis 38ba8763d3 Merge branch 'dev-optimize-line' into 'master'
feat: support bevel joint, dashline & anti-alias

主要改进了 3 点:
1. 超过阈值(非常小的锐角)时,miter 接头转成 bevel 接头
2. 支持虚线 demo/dashline.html
3. anti-alias 边缘反走样,可配置模糊半径

See merge request !29
2019-05-28 11:34:54 +08:00
xiaoiver 540261061a feat: support bevel joint, dashline & anti-alias 2019-05-27 20:42:17 +08:00
thinkinggis fa6ea34cf2 fix(tilelayer): point pickup 2019-05-27 14:14:45 +08:00
thinkinggis 2bb6db2d7c feat(tile): fix point tile layer 2019-05-27 10:55:28 +08:00
thinkinggis 0d858fb5af refactor(layer): add register render 2019-05-16 21:43:23 +08:00
thinkinggis e851483951 Merge branch 'master' into mvt 2019-05-14 17:44:03 +08:00
thinkinggis 6154a1cc77 fix(Amap): fix mapstyle 2019-05-14 17:42:46 +08:00
thinkinggis cfc4bfdcd2 feat(tilelayer): add mask 2019-05-14 17:10:19 +08:00
thinkinggis 0aae63cbc9 fix(heatmap): setValue 2019-05-07 19:52:33 +08:00
thinkinggis 980aeaa126 Merge branch 'tile' into 'master'
Tile

增加Image Tile Layer
过滤无效的geojson数据

See merge request !28
2019-05-06 15:20:32 +08:00
thinkinggis f4fa6dc951 fix(scene): render 2019-05-06 13:57:09 +08:00
thinkinggis 08d4d95c2e Merge branch 'master' into tile 2019-05-06 12:05:01 +08:00
thinkinggis b631a7f432 fix tile layer caculate tile lod 2019-05-06 11:54:32 +08:00
thinkinggis f8492d260e Merge branch 'fix-raster' into 'master'
Fix raster

解决 type array clone 导致栅格数据渲染失败的问题

See merge request !27
2019-04-29 19:57:16 +08:00
thinkinggis bd9364cd16 fix(raster): layer clone typeArray 2019-04-29 18:16:04 +08:00
thinkinggis 7f851572e6 fix(source): geojson parser filter invalid 2019-04-24 09:44:03 +08:00
thinkinggis c685b3cf30 Merge branch 'master' into tile 2019-04-23 10:23:01 +08:00
thinkinggis 44b937fc7d fix(geojson): geometry is null 2019-04-23 10:22:22 +08:00
thinkinggis ad310980c3 fix test 2019-04-19 11:51:22 +08:00
thinkinggis 93d3081016 feat(tile): add image tile layer 2019-04-18 22:28:17 +08:00
thinkinggis b4cede653c feat(tile): add tile 2019-04-17 15:41:26 +08:00
thinkinggis 6d9354d758 Merge branch 'map' into 'master'
Map

L7 实例化支持传入地图实例

See merge request !26
2019-04-16 11:24:16 +08:00
thinkinggis a49c5bf388 feat(scene): 实例化支持传入地图实例 2019-04-15 21:20:58 +08:00
thinkinggis ba1578efff fix(source): cluster layer 2019-04-10 20:51:57 +08:00
thinkinggis efbed8a820 fix(imagedata): image from origin data 2019-04-10 19:50:29 +08:00
thinkinggis b151839fc9 Merge branch 'feat-layer-repaint' into 'master'
Feat layer repaint

更新 supercluster 引入类型

See merge request !25
2019-04-10 19:30:43 +08:00
thinkinggis 2a9f3a19ce Merge branch 'master' into feat-layer-repaint 2019-04-10 19:28:53 +08:00
thinkinggis e7c019f71d fix(source): import supercluster 2019-04-10 19:28:25 +08:00
thinkinggis a6ec792586 update module versions 2019-04-10 17:21:19 +08:00
thinkinggis 8fc400af88 update version 1.1.9 2019-04-10 17:05:05 +08:00
thinkinggis 1e45d9dbe5 Merge branch 'master' of gitlab.alipay-inc.com:datavis/L7_beta 2019-04-10 16:25:10 +08:00
thinkinggis 9802190500 Merge branch 'feat-layer-repaint' into 'master'
Feat layer repaint

增加图层更新机制

See merge request !24
2019-04-10 16:22:38 +08:00
thinkinggis 6ef69a2c89 fix(gloal): snap 2019-04-09 21:46:10 +08:00
thinkinggis 762a6d1703 feat(interaction): add hash 2019-04-04 10:07:49 +08:00
thinkinggis fb84894316 feat(layer): add tile 2019-04-02 11:59:43 +08:00
thinkinggis cb47408323 refactor(linelayer): remove normal line 2019-04-02 11:47:38 +08:00
thinkinggis 96b5f6002e fix(package): update version 2019-04-02 10:26:54 +08:00
thinkinggis 3150ded555 feat(layer): add repaint method 2019-03-29 10:21:10 +08:00
thinkinggis 71eb60d63b Merge branch 'heatmap-fix' into 'master'
Heatmap fix

render 根据地图变化在执行渲染
text 重构文本渲染方式

See merge request !22
2019-03-26 16:45:56 +08:00
thinkinggis df816ecfca refactor(text):升级文本渲染方法 2019-03-26 16:42:30 +08:00
thinkinggis 622466cbf7 feat(scene): 按需进行渲染刷新 2019-03-26 14:54:17 +08:00
thinkinggis 5994d0030e Merge branch 'master' into heatmap-fix 2019-03-25 21:03:26 +08:00
thinkinggis f12832e31c fix(text): layer 2019-03-25 21:02:56 +08:00
thinkinggis cae33a048e fix(package): update version 2019-03-25 20:40:57 +08:00
thinkinggis 05ac9f1e72 Merge branch 'composer' into 'master'
fix(code): shaderpass



See merge request !21
2019-03-25 20:23:24 +08:00