2912401452
|
74c6ee3ce7
|
chore: update version 2.8.5 -> 2.8.6
|
2022-03-17 10:21:15 +08:00 |
YiQianYao
|
781b2586e1
|
Shihui (#1009)
* feat: 新增 canvasLayer、修复 mapbox 地图下 mapchange 事件失效
* style: lint style
* feat: 优化 canvasLayer show dragend 模式的事件
* style: lint style
|
2022-03-17 10:17:18 +08:00 |
2912401452
|
c95839c137
|
chore: update version 2.8.4 -> 2.8.5
|
2022-03-16 10:27:27 +08:00 |
2912401452
|
749af46ea5
|
chore: update version 2.8.3 -> 2.8.4
|
2022-03-11 14:05:33 +08:00 |
2912401452
|
0b56dc8019
|
chore: update version 2.8.2 -> 2.8.3
|
2022-03-10 19:08:13 +08:00 |
2912401452
|
e1aca744b3
|
chore: update version 2.8.1 -> 2.8.2
|
2022-03-10 14:31:45 +08:00 |
2912401452
|
574115750a
|
chore: update version 2.8.0 -> 2.8.1
|
2022-03-09 18:01:39 +08:00 |
2912401452
|
bd91e9f920
|
chore: update version 2.7.36 -> 2.8.0
|
2022-03-08 18:15:15 +08:00 |
2912401452
|
7af21ea83e
|
chore: update version 2.7.35 -> 2.7.36
|
2022-03-08 11:01:50 +08:00 |
2912401452
|
5339b80450
|
chore: update version 2.7.34 -> 2.7.35
|
2022-03-07 11:34:04 +08:00 |
2912401452
|
b72aef9a28
|
chore: update version 2.7.33 -> 2.7.34
|
2022-03-03 19:28:19 +08:00 |
2912401452
|
3c378fab33
|
chore: update version 2.7.32 -> 2.7.33
|
2022-03-03 16:23:27 +08:00 |
2912401452
|
cfbd3941b8
|
chore: update version 2.7.31 -> 2.7.32
|
2022-03-03 11:54:26 +08:00 |
YiQianYao
|
d957ae7ca1
|
Shihui (#989)
* chore: update version 2.7.30 -> 2.7.31
* fix: 修复 高德 1.x 地图时存在的可视化层延迟的现象
* style: lint style
|
2022-03-03 11:52:41 +08:00 |
2912401452
|
9e6777a25e
|
chore: update version 2.7.29 -> 2.7.30
|
2022-03-02 16:22:47 +08:00 |
2912401452
|
a10d0b6aad
|
chore: update version 2.7.28 -> 2.7.29
|
2022-03-01 22:32:49 +08:00 |
2912401452
|
d31ab82e74
|
chore: update version 2.7.27 -> 2.7.28
|
2022-03-01 15:18:00 +08:00 |
2912401452
|
a64c685d33
|
chore: update version 2.7.26 -> 2.7.27
|
2022-02-28 19:03:01 +08:00 |
2912401452
|
9de9a69059
|
chore: update version 2.7.25 -> 2.7.26
|
2022-02-28 18:07:11 +08:00 |
YiQianYao
|
148e4a33c5
|
Shihui (#983)
* feat: 增加 bloomPass1.0、修改渲染流程,让 multiPass 有正确的渲染顺序
* style: lint style
* feat: 取消 bloom 在 postprocessor 中的多次渲染(没有明显优化)
* feat: polygon extrude 模式支持配置固定高度
* style: lint style
* feat: 优化后处理 bloom 的效果
* feat: 修改交替绘制 bloom 的写法
* style: lint style
* feat: 完善 iconService 加载渲染和销毁
* style: lint style
* feat: 补全 mapbox 模式下等面积点
* style: lint style
* fix: 修复 pointLayer animate 模式 opacity 失效
* style: lint style
* feat: 拆分 pointLayer 的 shader
* style: lint sytle
* feat: 拆分 lineLayer 的 linear 模式
* style: lint style
* feat: 优化点击的拾取判断
* style: lint style
* feat: 取消圆柱 shader 中的三元表达式、增强健壮性
* feat: 点图层圆柱体支持固定高度配置 heightfixed
* feat: 点图层圆柱体支持拾取高亮颜色的光照计算
* style: lint style
* style: lint style
* feat: 拆分 lintLayer line 模式下的 dash line
* style: lint style
* feat: lineLayer simpleline 的 linear shader 代码拆分
* style: lint style
* feat: 拆分 lineLayer arcLine linear shader 代码
* style: line style
* feat: lineLayer arc line 在 shader 中移除 linear 部分计算
* feat: 拆分 lineLayer arc dash 虚线的 shader 代码
* style: lint style
* feat: 拆分 lineLayer arc3d linear 部分的 shader 代码
* style: lint style
* style: lint style
* feat: 完善 isMiniAli 的判断,兼容 smallfish H5+ 的模式
* style: lint style
* style: adjust mulpass demo
* feat: 提供 getScale 方法
* style: lint style
* feat: 修复支付宝小程序h5+开发模式下引入l7样式失效问题
* feat: 修改 l7hammerjs 的导入
* fix: 恢复原有的 picking shader 代码,解决移动端高亮存在冲突破面的情况
* feat: 重新设置 l7hammerjs 的导入方式
* fix: 修复 createTexture 的数据类型在 支付宝 环境中使用 Uint8ClampedArray 存在数据类型不兼容的现象
* style: lint style
* feat: 兼容高德地图 2.x 在部分安卓手机上点击拾取失效的情况
* style: lint style
* feat: 优化经典热力图显示效果
* style: lint style
* feat: 修改 setBlend 方法、返回当前的 layer 对象
* feat: 完善在点图层未传入数据的情况下判断 shape 类型
* style: lint style
* feat: 修复 MultiPassRender 在高德1.x 底图下,缩放地图时存在可视化层不同步的现象
|
2022-02-28 18:03:46 +08:00 |
2912401452
|
cf2153806b
|
chore: update version 2.7.24 -> 2.7.25
|
2022-02-28 15:37:02 +08:00 |
2912401452
|
649cd3a8eb
|
chore: update version 2.7.23 -> 2.7.24
|
2022-02-24 16:21:14 +08:00 |
2912401452
|
a6ab7fdcca
|
chore: update version 2.7.22 -> 2.7.23
|
2022-02-24 14:07:21 +08:00 |
YiQianYao
|
c0d4354e52
|
Shihui (#980)
* feat: 增加 bloomPass1.0、修改渲染流程,让 multiPass 有正确的渲染顺序
* style: lint style
* feat: 取消 bloom 在 postprocessor 中的多次渲染(没有明显优化)
* feat: polygon extrude 模式支持配置固定高度
* style: lint style
* feat: 优化后处理 bloom 的效果
* feat: 修改交替绘制 bloom 的写法
* style: lint style
* feat: 完善 iconService 加载渲染和销毁
* style: lint style
* feat: 补全 mapbox 模式下等面积点
* style: lint style
* fix: 修复 pointLayer animate 模式 opacity 失效
* style: lint style
* feat: 拆分 pointLayer 的 shader
* style: lint sytle
* feat: 拆分 lineLayer 的 linear 模式
* style: lint style
* feat: 优化点击的拾取判断
* style: lint style
* feat: 取消圆柱 shader 中的三元表达式、增强健壮性
* feat: 点图层圆柱体支持固定高度配置 heightfixed
* feat: 点图层圆柱体支持拾取高亮颜色的光照计算
* style: lint style
* style: lint style
* feat: 拆分 lintLayer line 模式下的 dash line
* style: lint style
* feat: lineLayer simpleline 的 linear shader 代码拆分
* style: lint style
* feat: 拆分 lineLayer arcLine linear shader 代码
* style: line style
* feat: lineLayer arc line 在 shader 中移除 linear 部分计算
* feat: 拆分 lineLayer arc dash 虚线的 shader 代码
* style: lint style
* feat: 拆分 lineLayer arc3d linear 部分的 shader 代码
* style: lint style
* style: lint style
* feat: 完善 isMiniAli 的判断,兼容 smallfish H5+ 的模式
* style: lint style
* style: adjust mulpass demo
* feat: 提供 getScale 方法
* style: lint style
* feat: 修复支付宝小程序h5+开发模式下引入l7样式失效问题
* feat: 修改 l7hammerjs 的导入
* fix: 恢复原有的 picking shader 代码,解决移动端高亮存在冲突破面的情况
* feat: 重新设置 l7hammerjs 的导入方式
* fix: 修复 createTexture 的数据类型在 支付宝 环境中使用 Uint8ClampedArray 存在数据类型不兼容的现象
* style: lint style
* feat: 兼容高德地图 2.x 在部分安卓手机上点击拾取失效的情况
* style: lint style
|
2022-02-24 12:16:47 +08:00 |
yunji
|
e72e5b29ee
|
chore: update version 2.7.21 -> 2.7.22
|
2022-02-23 21:48:57 +08:00 |
2912401452
|
a02f39ef2f
|
chore: update version 2.7.20 -> 2.7.21
|
2022-02-23 15:30:24 +08:00 |
lzxue
|
24fe361470
|
chore: publish
|
2022-02-22 16:43:06 +08:00 |
lzxue
|
3e2ac1692f
|
chore: publish
|
2022-02-22 12:08:47 +08:00 |
2912401452
|
143516dafc
|
chore: update version 2.7.17 -> 2.7.18
|
2022-02-17 18:02:09 +08:00 |
2912401452
|
aa50bb9078
|
chore: update version 2.7.16 -> 2.7.17
|
2022-02-17 14:52:05 +08:00 |
2912401452
|
e58c83e9cb
|
chore: update version 2.7.15 -> 2.7.16
|
2022-02-17 13:46:46 +08:00 |
2912401452
|
b218d2490c
|
chore: update version 2.7.14 -> 2.7.15
|
2022-02-16 16:43:09 +08:00 |
2912401452
|
5757a760af
|
chore: update version 2.7.13 -> 2.7.14
|
2022-02-16 14:48:09 +08:00 |
2912401452
|
33300e0c8a
|
chore: update version 2.7.12 -> 2.7.13
|
2022-02-15 17:36:47 +08:00 |
2912401452
|
8168e3f4c6
|
chore: update version 2.7.11 -> 2.7.12
|
2022-02-14 17:13:43 +08:00 |
2912401452
|
8e83dfa631
|
chore: update version 2.7.10 -> 2.7.11
|
2022-02-12 19:19:17 +08:00 |
2912401452
|
71483e03d7
|
chore: update version 2.7.9 -> 2.7.10
|
2022-02-11 12:01:17 +08:00 |
2912401452
|
1044b183c9
|
chore: update version 2.7.8 -> 2.7.9
|
2022-02-10 12:09:22 +08:00 |
2912401452
|
b9308127e5
|
chore: update version 2.7.7 -> 2.7.8
|
2022-02-09 16:25:31 +08:00 |
2912401452
|
556f9c5c75
|
chore: update version 2.7.6 -> 2.7.7
|
2022-02-08 18:34:19 +08:00 |
2912401452
|
c92a6af563
|
chore: update version 2.7.5 -> 2.7.6
|
2022-02-08 17:16:22 +08:00 |
2912401452
|
5af972f344
|
chore: update version 2.7.4 -> 2.7.5
|
2022-02-08 16:00:35 +08:00 |
2912401452
|
fd2788b893
|
chore: update version 2.7.3 -> 2.7.4
|
2022-02-07 17:48:43 +08:00 |
2912401452
|
77c5c8f5ea
|
chore: update version 2.7.2 -> 2.7.3
|
2022-01-26 11:21:52 +08:00 |
2912401452
|
cf46fbc927
|
chore: update version 2.7.1 -> 2.7.2
|
2022-01-24 17:51:48 +08:00 |
2912401452
|
80d5642215
|
chore: update version 2.7.0 -> 2.7.1
|
2022-01-20 20:24:41 +08:00 |
2912401452
|
8057d8bd38
|
chore: update version 2.6.36 -> 2.7.0
|
2022-01-17 14:31:03 +08:00 |
2912401452
|
976be1bff6
|
chore: update version 2.6.35 -> 2.6.36
|
2022-01-14 17:25:44 +08:00 |
2912401452
|
f98f61d9f2
|
chore: update version 2.6.34 -> 2.6.35 support linearColor
|
2022-01-13 15:39:07 +08:00 |
2912401452
|
9dacb2c76b
|
chore: update version 2.6.33 -> 2.6.34
|
2022-01-13 14:31:08 +08:00 |