Commit Graph

182 Commits

Author SHA1 Message Date
thinkinggis d973d290f0 chore: publish 2020-11-27 15:31:29 +08:00
thinkinggis 461bd8ee3b chore: publish 2020-11-21 14:24:13 +08:00
thinkinggis e18a8644b3 fix(layer): 新图层透明度 2020-11-21 00:43:44 +08:00
thinkinggis 364ea692e5 chore: publish 2020-11-19 11:22:53 +08:00
thinkinggis 70ec75bcd4 fix(layer): image layer shader 2020-11-19 10:03:54 +08:00
thinkinggis 1f5e5796f7 chore: publish 2020-11-18 19:52:12 +08:00
thinkinggis 5459af66d9 feat(layers): 点图层支持offset
fix #562
2020-11-18 17:40:37 +08:00
thinkinggis ef11bbe4ad fix: 新增none blend 效果 2020-11-10 15:14:16 +08:00
thinkinggis 061413c440 chore: publish 2020-10-28 17:48:57 +08:00
thinkinggis eb02448216 chore: publish 2020-10-15 16:59:36 +08:00
thinkinggis f6590b3685 chore: publish 2020-10-15 16:55:15 +08:00
thinkinggis b67605de3d Merge branch 'master' into feat_event_compose 2020-10-15 16:31:56 +08:00
thinkinggis 643b2d919a fix(layer): 采用默认抗锯齿效果 2020-10-15 15:31:23 +08:00
thinkinggis e9a6f02816 chore: publish 2020-10-14 17:57:49 +08:00
thinkinggis 460f09d55b chore: publish 2020-09-10 23:25:31 +08:00
wangbin b15b97b76f fix(layer): 用计算出的数据范围 * 2代替之前的视野范围
如果按照视野范围进行计算聚合数据会出现新的问题,比如当计算出的数据范围大于视野范围时,里面的判断会return,导致不聚合现象的产生。此次pr取消了上次pr的一部分,转而使用计算出的数据范围 *
2,可以避免此类现象的产生。

fix #511
2020-09-10 14:07:42 +08:00
thinkinggis 227a3368d5 chore: publish 2020-09-09 19:50:52 +08:00
@thinkinggis 024765a97d
Merge pull request #512 from antvis/fix_map_dependencies
Fix map dependencies
2020-09-09 18:04:20 +08:00
thinkinggis a3acd5117a test(layer): 修复测试用例 2020-09-09 17:22:35 +08:00
thinkinggis c5d1674435 fix(line): 暂时移除掉线点去重的逻辑 2020-09-09 16:16:25 +08:00
wangbin 710679041c fix(layer): 解决PointLayer中配置了cluster:true缺少部分数据的问题
fix #508
2020-09-07 16:50:56 +08:00
thinkinggis 6ff115ddb5 chore: publish 2020-09-02 20:37:50 +08:00
@thinkinggis a371768cee
Merge pull request #497 from ParryQiu/master
fix: 修复去除重复点计算逻辑的 bug
2020-08-28 16:38:54 +08:00
ParryQiu 9d2e91853a fix: 修复 ExtrudePolyLine 对应的单元测试逻辑 2020-08-28 16:19:16 +08:00
ParryQiu f4bd2eab40 fix: 修复去除重复点计算逻辑的 bug 2020-08-28 15:15:59 +08:00
thinkinggis d22b9adf19 chore: publish 2020-08-28 13:08:57 +08:00
thinkinggis eeee362c95 fix: update version 2020-08-28 11:40:45 +08:00
ParryQiu 687986a6d5 fix(layer): 去除线图层绘制异常的问题
处理线图层数据存在重复点的时候,绘制的线图层粗细表现异常的问题。
2020-08-27 17:22:34 +08:00
thinkinggis 695a5dfc7a chore: update version 2020-08-21 10:18:03 +08:00
yy 0a657bd505 fix(layer): heatmap layer grid无法渲染squareColumn 3D图形问题
fix #472
2020-08-20 17:36:17 +08:00
yy 64145d3d7b fix(layer): heatmap layer grid无法渲染squareColumn 3D图形问题
fix #472
2020-08-20 17:09:45 +08:00
yy 429172c5f2 fix(layer): point layer图片纹理浮点数据精度问题 2020-08-11 08:39:35 +08:00