Commit Graph

190 Commits

Author SHA1 Message Date
2912401452 c94a4ec29d chore: update version 2.5.48 -> 2.5.49 2021-11-10 14:07:17 +08:00
2912401452 f3390fab7c chore: update version 2.5.47 -> 2.5.48 2021-11-10 10:32:21 +08:00
2912401452 8b809eca7c chore: update version 2.5.46 -> 2.5.47 2021-11-09 17:29:15 +08:00
2912401452 069e6a635b chore: update version 2.5.45 -> 2.5.46 2021-11-08 19:57:48 +08:00
2912401452 de7c3a6a43 chore: update version 2.5.43 -> 2.5.44 2021-11-02 18:07:22 +08:00
2912401452 670ba8b1b2 chore: update version 2.5.42 -> 2.5.43 2021-11-01 21:19:44 +08:00
lzxue d59c0f28f6 chore: publish 2021-11-01 20:59:26 +08:00
YiQianYao 7c6116470f
Shihui dev (#812)
* feat: add performance demo

* style: lint style

* style: lint style

* feat: add getModelMatrix into viewport

* feat: 新增地球模式 (初步构建)

* feat: 完善地球交互

* style: lint style

* feat: 调整地球图层缩放的方向

* style: lint style

* feat: 增加地球模式的 pointLayer/fill 图层

* style: lint style

* feat: 增加地球、太阳的简单运动系统,优化部分代码结构

* fix: 修复时间点击出错

* style: lint style

* fix: 修复地图 panBy 方法参数错误

* style: lint style

* feat: pointLayer/cylinder 圆柱兼容地球模式

* style: lint style

* feat: 修复 pointLayer/fill 在拾取是破面严重的情况

* style: lint style

* feat: 增加 arc 弧度调节

* feat: 增加 lineLayer/arc3d 兼容地球模式

* style: lint style

* feat: 增加地球图层 - 大气层

* style: lint style

* feat: 增加设置可视化层背景色的能力

* style: lint style

* feat: 增加地球外发光效果

* style: lint style

* feat: 允许用户不使用 layer 的 source 方法 - 地球模式下光晕图层不需要传数据

* style: lint style

* feat: 调整光晕的 shader 计算

* feat: 调整地球大气层的渲染层级

* style: lint style

* feat: 调整案例

* style: lint style

* feat: 增加地球图层的默认参数、调整部分代码

* style: lint style

* feat: imageTile developinging

* style: lint style

* feat: 新增图片瓦片地图

* fix: 修复 amap2 新增样式导致的 marker 失效

* feat: 修复 amap2 的 amap-maps 新增 z-index=0; 引发的marker 显示层级失效

* feat: amap2 的 amap-maps 新增 z-index=0; 样式,让 marker 中 zIndex 失效

* style: lint style

* feat: 补全瓦片地图中的类型引用

* style: lint style

* feat: 增加 demo

* style: lint style

* feat: 修复 varying 传递 float 总数在部分终端设备 ios13 上突破限制的问题

* feat: add stoty demo

* style: lint style

* feat: 调整 aspace demo

* feat: 调整 aspace demo

* style: lint style

* feat: 调整 demo

* feat: 补充依赖

* chore: update version 2.5.39 -> 2.5.40

* feat: 新增 arcmini layer,增加拖拽时的拾取优化(地图拖拽时取消拾取)

* feat: 增加注释

* chore: update version 2.5.40 -> 2.5.41

* feat: 剔除地图拖拽时多余的 shader 计算

* style: lint style
2021-10-27 14:00:13 +08:00
YiQianYao 07364c10c3
Shihui dev (#811)
* feat: add performance demo

* style: lint style

* style: lint style

* feat: add getModelMatrix into viewport

* feat: 新增地球模式 (初步构建)

* feat: 完善地球交互

* style: lint style

* feat: 调整地球图层缩放的方向

* style: lint style

* feat: 增加地球模式的 pointLayer/fill 图层

* style: lint style

* feat: 增加地球、太阳的简单运动系统,优化部分代码结构

* fix: 修复时间点击出错

* style: lint style

* fix: 修复地图 panBy 方法参数错误

* style: lint style

* feat: pointLayer/cylinder 圆柱兼容地球模式

* style: lint style

* feat: 修复 pointLayer/fill 在拾取是破面严重的情况

* style: lint style

* feat: 增加 arc 弧度调节

* feat: 增加 lineLayer/arc3d 兼容地球模式

* style: lint style

* feat: 增加地球图层 - 大气层

* style: lint style

* feat: 增加设置可视化层背景色的能力

* style: lint style

* feat: 增加地球外发光效果

* style: lint style

* feat: 允许用户不使用 layer 的 source 方法 - 地球模式下光晕图层不需要传数据

* style: lint style

* feat: 调整光晕的 shader 计算

* feat: 调整地球大气层的渲染层级

* style: lint style

* feat: 调整案例

* style: lint style

* feat: 增加地球图层的默认参数、调整部分代码

* style: lint style

* feat: imageTile developinging

* style: lint style

* feat: 新增图片瓦片地图

* fix: 修复 amap2 新增样式导致的 marker 失效

* feat: 修复 amap2 的 amap-maps 新增 z-index=0; 引发的marker 显示层级失效

* feat: amap2 的 amap-maps 新增 z-index=0; 样式,让 marker 中 zIndex 失效

* style: lint style

* feat: 补全瓦片地图中的类型引用

* style: lint style

* feat: 增加 demo

* style: lint style

* feat: 修复 varying 传递 float 总数在部分终端设备 ios13 上突破限制的问题

* feat: add stoty demo

* style: lint style

* feat: 调整 aspace demo

* feat: 调整 aspace demo

* style: lint style

* feat: 调整 demo

* feat: 补充依赖

* chore: update version 2.5.39 -> 2.5.40

* feat: 新增 arcmini layer,增加拖拽时的拾取优化(地图拖拽时取消拾取)

* feat: 增加注释
2021-10-26 17:56:35 +08:00
2912401452 b86055f322 chore: update version 2.5.38 -> 2.5.39 2021-10-25 17:14:40 +08:00
2912401452 2d6b2ff6ed chore: update version 2.5.37 -> 2.5.38 2021-10-22 14:05:20 +08:00
2912401452 57bc752337 chore: update version 2.5.36 -> 2.5.37 2021-10-20 10:46:44 +08:00
2912401452 6a0a83e283 chore: update version 2.5.35 -> 2.5.36 2021-10-19 20:38:17 +08:00
2912401452 2a89dd772e chore: update version 2.5.34 -> 2.5.35 2021-10-13 16:26:42 +08:00
2912401452 c2fdc36d2e chore: update version 2.5.34 -> 2.5.35 2021-10-12 14:43:33 +08:00
2912401452 51f36cd31c chore: update version 2.5.32 -> 2.5.33 2021-10-12 13:59:35 +08:00
2912401452 6f045163fe chore: update version 2.5.31 -> 2.5.32 2021-10-11 20:58:07 +08:00
2912401452 d329a6dda6 chore: update version 2.5.30 -> 2.5.31 2021-10-11 15:47:35 +08:00
2912401452 f70d216ce2 chore: update version 2.5.29 -> 2.5.30 2021-10-09 17:52:00 +08:00
2912401452 7599dc85c7 chore: update version 2.5.28 -> 2.5.29 2021-10-09 11:27:09 +08:00
2912401452 5fc2b8baee chore: update version 2.5.27 -> 2.5.28 2021-10-08 11:13:40 +08:00
2912401452 937355b7e2 chore: update version 2.5.26 -> 2.5.27 2021-09-28 17:09:44 +08:00
2912401452 f560ce3eb6 chore: update version 2.5.25 -> 2.5.26 2021-09-27 15:58:57 +08:00
2912401452 0b6a20a82c chore: update version 2.5.24 -> 2.5.25 2021-09-22 20:16:11 +08:00
2912401452 c62a8c5a1e chore: update version 2.5.23 -> 2.5.24 2021-09-22 17:05:53 +08:00
2912401452 c35eccd843 chore: update version 2.5.22 -> 2.5.23 2021-09-18 17:03:39 +08:00
2912401452 0e9d92987c chore: update version 2.5.21 -> 2.5.22 2021-09-17 11:26:08 +08:00
2912401452 94b68c7725 chore: update version test 2021-09-16 17:46:00 +08:00
2912401452 1d515fbca9 chore: update version test 2021-09-16 17:41:36 +08:00
2912401452 1bed481986 chore: update version 2.5.18 -> 2.5.19 2021-09-15 19:06:21 +08:00
2912401452 23f82ce93e chore: update version 2.5.17 -> 2.5.18 2021-09-15 15:36:37 +08:00
2912401452 f2354676a0 chore: update version 2.5.16 -> 2.5.17 2021-09-15 11:54:09 +08:00
lzxue c5d46f66b6 chore: publish 2021-09-14 14:57:49 +08:00
lzxue 42c38e20ad chore: publish 2021-09-14 12:04:16 +08:00
2912401452 684ba4eb80 chore: update version 2.5.13 -> 2.5.14 2021-09-14 11:23:50 +08:00
2912401452 347dc9a3a5 chore: update version 2.5.12 -> 2.5.13 2021-09-08 17:42:55 +08:00
2912401452 39cfdc72b3 chore: update version 2.5.11 -> 2.5.12 2021-09-02 13:56:13 +08:00
2912401452 a96deddeb1 chore: update version 2021-08-31 20:21:20 +08:00
thinkinggis e0fb9d8ac8 chore: publish 2021-08-19 18:15:11 +08:00
thinkinggis 270e1e0bd3 chore: publish 2021-08-19 18:12:06 +08:00
thinkinggis e3322cf535 chore: publish 2021-08-05 17:44:19 +08:00
thinkinggis 627256efcb chore: update version 2021-08-04 22:40:11 +08:00
thinkinggis 873e70132f chore(update version): 2.5.6 2021-08-04 17:26:15 +08:00
2912401452 f9ac746f1e chore: update version 2.5.4 -> 2.5.5 2021-07-29 17:54:38 +08:00
2912401452 e90c61b333 chore: publish 2021-07-28 16:18:13 +08:00
2912401452 07c6e6e1bf chore: publish 2021-07-27 10:47:41 +08:00
thinkinggis 9aaf7aeea7 chore: publish 2021-07-26 14:19:40 +08:00
thinkinggis 8512735699 chore: publish 2021-07-26 14:12:33 +08:00
thinkinggis 10734bcfe6 chore: publish 2021-07-13 20:48:09 +08:00
2912401452 bbd4c668ad chore: publish 2021-07-12 20:11:52 +08:00