Commit Graph

627 Commits

Author SHA1 Message Date
2912401452 c66fe22b4b chore: update version 2.5.55 -> 2.5.56 2021-11-17 15:14:54 +08:00
2912401452 a64556a22f chore: update version 2.5.54 -> 2.5.55 2021-11-17 11:28:41 +08:00
2912401452 bf9c8eeb9d chore: update version 2.5.53 -> 2.5.54 2021-11-15 14:53:15 +08:00
2912401452 22c360f6c0 chore: update version 2.5.52 -> 2.5.53 2021-11-15 10:53:13 +08:00
2912401452 da89b98047 chore: update version 2.5.51 -> 2.5.52 2021-11-13 14:08:27 +08:00
2912401452 22402c3cf7 chore: update version 2.5.50 -> 2.5.51 完善小程序适配 2021-11-11 20:11:20 +08:00
2912401452 968604064c chore: update version 2.5.49 -> 2.5.50 测试 $document 2021-11-11 19:46:53 +08:00
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
yanxiong 69ab7b2233 feat: 新增Control position:topcenter、bottomcenter、leftcenter、rightcenter 2021-09-24 10:46:56 +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
zhongwu dda0fb0eaa fix(popup): 修改使用amap2.0时,popup不随地图联动的问题 2021-09-22 11:44:50 +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 d14b4788a1 feat: 恢复 province/layer control 2021-09-16 20:46:34 +08:00
2912401452 94b68c7725 chore: update version test 2021-09-16 17:46:00 +08:00
2912401452 539c6f9ab7 Merge branch 'master' of https://github.com/antvis/L7 2021-09-16 17:42:26 +08:00
2912401452 1d515fbca9 chore: update version test 2021-09-16 17:41:36 +08:00
YiQianYao 44d7047c68
Merge pull request #771 from antvis/shihui_dev
Shihui dev
2021-09-16 17:41:19 +08:00
2912401452 e2a78cbc96 feat: test open layer initLayer update 2021-09-16 17:36:14 +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
2912401452 e6debc224e Merge branch 'master' of https://github.com/antvis/L7 2021-09-15 11:47:10 +08:00
lzxue c5d46f66b6 chore: publish 2021-09-14 14:57:49 +08:00
2912401452 f3d28494de feat: update gitHead 2021-09-14 12:16:41 +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 38e1a215df style: update gitHead 2021-09-08 17:55:55 +08:00
2912401452 347dc9a3a5 chore: update version 2.5.12 -> 2.5.13 2021-09-08 17:42:55 +08:00
2912401452 4329551c32 style: update gitHead 2021-09-02 14:44:53 +08:00
2912401452 39cfdc72b3 chore: update version 2.5.11 -> 2.5.12 2021-09-02 13:56:13 +08:00
2912401452 940d19712e style: update githead 2021-08-31 20:31:50 +08:00
2912401452 a96deddeb1 chore: update version 2021-08-31 20:21:20 +08:00
2912401452 7c13ad46d9 feat: update gitHead 2021-08-31 16:39:06 +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 5aeddc763b chore: remove loadstyle 2021-08-05 17:02:11 +08:00
thinkinggis 627256efcb chore: update version 2021-08-04 22:40:11 +08:00
thinkinggis 7b26efa602 chore: add reflect meta import 2021-08-04 21:01:56 +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 ab0abf7cf4 feat: add publish.sh 2021-07-28 18:34:10 +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 6f67081cc3 feat: push changee 2021-07-12 22:13:09 +08:00
2912401452 bbd4c668ad chore: publish 2021-07-12 20:11:52 +08:00
2912401452 bad491ed2f Merge branch 'master' of https://github.com/antvis/L7 2021-07-12 20:09:06 +08:00
thinkinggis a75f9511e3 chore: publish 2021-07-03 22:27:20 +08:00
2912401452 164458ea69 feat: 官网案例、文档整理,样式数据映射边界条件统一效果 2021-07-02 11:07:09 +08:00
thinkinggis b08b904904 chore: publish 2021-06-10 10:33:39 +08:00
2912401452 7d4bf55894 chore: publish 2021-06-09 13:31:27 +08:00
2912401452 17a9b06470 feat: markers 添加容器、修复聚合失效、事件透传、markerlayer 增加 hide/show 事件 2021-06-08 17:39:01 +08:00
2912401452 efe6d913c3 feat: change git heads 2021-06-01 21:50:40 +08:00
2912401452 719d3b75bd feat: githead change 2021-06-01 21:39:08 +08:00
2912401452 8eb6056d7f feat: change githead 2021-06-01 21:24:39 +08:00
2912401452 2247382ae4 feat: change git heads again 2021-06-01 21:20:17 +08:00
2912401452 460f74bc6b feat: change git heads 2021-06-01 21:07:26 +08:00
2912401452 1ac42067b1 feat: 修改 git head 2021-06-01 20:43:23 +08:00
2912401452 f2d0f2f458 feat: change githead again 2021-06-01 20:27:32 +08:00
2912401452 90c8683269 feat: chenge git head 2021-06-01 20:14:19 +08:00
2912401452 0aab2458a1 feat: gitHead update 2021-06-01 19:56:29 +08:00
2912401452 488447e4f8 feat: gitHead key change 2021-06-01 19:51:15 +08:00
2912401452 ea6baed1b4 chore: publish 2021-06-01 19:21:37 +08:00
2912401452 c5ffe506af style: style change 2021-06-01 19:15:37 +08:00
2912401452 9c41a89f81 Merge branch 'master' of https://github.com/antvis/L7 2021-06-01 13:50:54 +08:00
thinkinggis 37b6f0dc7a chore: publish 2021-05-31 20:55:57 +08:00
2912401452 e17977b8e0 feat: 补充官网文档:boxSelect 2021-05-31 20:39:15 +08:00
YiQianYao 3b58d9d436
Merge branch 'master' into shihui_dev 2021-05-27 20:49:54 +08:00
2912401452 a506ca83be feat: change version 2021-05-27 20:29:09 +08:00
2912401452 2cc5976144 Merge branch 'master' of https://github.com/antvis/L7 2021-05-27 20:14:49 +08:00
2912401452 b7d2b5b153 feat: 2.4 beta 2021-05-27 19:53:22 +08:00
2912401452 b82876d6dc feat: 增加 setPosition 方法参数的默认值 2021-05-13 20:28:09 +08:00
thinkinggis 2cc1b753c1 chore: publish 2021-04-23 11:00:28 +08:00
thinkinggis 21b40b43fd chore: publish 2021-02-28 12:21:55 +08:00
thinkinggis 71f70697ba chore: publish 2021-02-26 11:20:04 +08:00
thinkinggis eb013e3230 fix: lint error 2021-02-25 22:47:35 +08:00
babyfaceqian 7f8582d22d fix: 修复可视区域包含日界线时点不可见的问题;隐藏可视区域外打点 2021-01-30 00:52:27 +08:00
thinkinggis 988f53fdf2 chore: publish 2021-01-16 00:39:31 +08:00
thinkinggis cce95383e5 chore: publish 2021-01-14 17:43:49 +08:00
thinkinggis 899fb397b0 chore: publish 2021-01-13 17:41:49 +08:00
thinkinggis 298751f6fa chore: publish 2021-01-12 20:08:15 +08:00
thinkinggis 13e66a17fb chore: publish 2020-12-21 16:40:25 +08:00
thinkinggis 23f01516e8 fix: marker 支持样式 & 高德地图可以关闭offset坐标系 2020-12-21 15:06:29 +08:00
thinkinggis 73c15918ed fix: 高德地图新 2020-12-21 11:23:33 +08:00
thinkinggis bb1f0b224d chore: publish 2020-12-15 10:24:41 +08:00
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 364ea692e5 chore: publish 2020-11-19 11:22:53 +08:00
thinkinggis 1f5e5796f7 chore: publish 2020-11-18 19:52:12 +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 e9a6f02816 chore: publish 2020-10-14 17:57:49 +08:00
thinkinggis 460f09d55b chore: publish 2020-09-10 23:25:31 +08:00
thinkinggis 227a3368d5 chore: publish 2020-09-09 19:50:52 +08:00
thinkinggis c5d1674435 fix(line): 暂时移除掉线点去重的逻辑 2020-09-09 16:16:25 +08:00
thinkinggis 64652bcae3 fix(popup): popup react 自定事件不生效 2020-09-07 17:30:43 +08:00
thinkinggis 6ff115ddb5 chore: publish 2020-09-02 20:37:50 +08:00
thinkinggis f50dbdca1d fix(component): 修复popuup 与marker 顺序的问题
fix #498
2020-09-02 01:26:57 +08:00
thinkinggis d22b9adf19 chore: publish 2020-08-28 13:08:57 +08:00
thinkinggis 695a5dfc7a chore: update version 2020-08-21 10:18:03 +08:00
thinkinggis b0a1ecea84 chore: publish 2020-08-17 15:58:50 +08:00
thinkinggis ad607fcdeb chore: publish 2020-08-13 14:01:25 +08:00
thinkinggis 01dfe1343a chore: publish 2020-08-11 13:31:10 +08:00
thinkinggis 30008ec92b chore: publish 2020-08-11 11:58:19 +08:00
thinkinggis 55179185fe chore: publish 2020-07-28 19:36:48 +08:00
thinkinggis c2b96cab36 chore: publish 2020-07-28 18:16:07 +08:00
thinkinggis e93e99daad chore(popup): 更改 popup 所在dom 容器的位置
修复react popup 高德地下不能正常显示
2020-07-28 17:23:11 +08:00
thinkinggis 3a402e7513 fix(popup): react 组件下popuup 不能响应事件处理 2020-07-28 14:56:46 +08:00
thinkinggis 8d92cedee6 chore: publish 2020-07-21 19:54:38 +08:00
thinkinggis 22b9d88856 chore: publish 2020-07-21 19:24:28 +08:00
thinkinggis 391fb2c277 chore: update version 2020-07-21 17:51:42 +08:00
thinkinggis 6c6434e8d3 chore: publish 2020-07-21 11:57:51 +08:00
thinkinggis 4265b16b18 chore: publish 2020-07-20 11:33:51 +08:00
thinkinggis aebac0c176 chore: publish 2020-07-16 14:29:09 +08:00
thinkinggis 30b4d670eb chore: publish 2020-07-15 11:32:47 +08:00
thinkinggis eb9cf0b035 chore: publish 2020-07-03 20:49:02 +08:00
thinkinggis 7df9faf244 chore: publish 2020-07-02 14:37:39 +08:00
thinkinggis 7b73789ae5 chore: publish 2020-07-01 10:54:36 +08:00
thinkinggis e1f647e189 chore: publish 2020-06-29 09:51:31 +08:00
thinkinggis 4462c05b93 chore: publish 2020-06-24 16:51:37 +08:00
thinkinggis 8de581eef7 chore: publish 2020-06-23 01:20:31 +08:00
thinkinggis ee1b5674de chore: publish 2020-06-16 23:49:40 +08:00
thinkinggis d945d40ba4 chore: publish 2020-06-11 17:18:41 +08:00
thinkinggis 0f33e6b298 chore: publish 2020-06-10 20:36:46 +08:00
@thinkinggis b55052afa1
Merge pull request #398 from antvis/fix_draw_line
Fix draw line
2020-06-10 16:15:45 +08:00
thinkinggis 2f5045670d fix(popup): update popup event 2020-06-08 11:29:18 +08:00
@thinkinggis 7e93570b07
Merge pull request #392 from godblesshugh/master
fix(component): remove all markers from clusterMarkers in MarkerLayer.clear()
2020-05-29 23:27:12 +08:00
thinkinggis 73f14eb444 chore: publish 2020-05-28 20:45:29 +08:00
Hugh 31ac9be8d3 remove all markers from clusterMarkers in MarkerLayer.clear() 2020-05-28 17:36:53 +08:00
thinkinggis e06eb7bfa6 chore: publish 2020-05-27 15:33:18 +08:00
thinkinggis 271499dd9f chore: publish 2020-05-27 00:59:16 +08:00
thinkinggis 0a91065fa0 chore: publish 2020-05-21 15:34:17 +08:00
thinkinggis f00a72c61f chore: publish 2020-05-20 11:49:09 +08:00
thinkinggis 6cdf711969 chore: publish 2020-05-18 17:49:08 +08:00
thinkinggis bb64bf3a98 chore: publish 2.2.5 2020-05-12 23:57:26 +08:00
thinkinggis 17a791223f fix: draw polygon 编辑已有数据 & roullup alias 回滚到2.2.0 2020-05-12 23:03:01 +08:00
thinkinggis 1210267352 chore: publish 2020-05-12 10:01:40 +08:00
thinkinggis 6d88f5a4c7 fix(component): fix layer control css 2020-05-09 12:16:07 +08:00
thinkinggis cc512ce522 chore: publish 2020-05-08 10:16:12 +08:00
thinkinggis d5e11774b7 chore: publish 2020-04-27 17:47:56 +08:00
thinkinggis 8005e06624 chore: publish 2020-04-24 18:42:43 +08:00
thinkinggis e75fdc98b1 improvement(component): 支持不显示视野外的Marker 2020-04-22 17:39:10 +08:00
thinkinggis 5b541345a2 chore: publish 2020-04-21 20:31:58 +08:00
thinkinggis 17e9f5d159 docs: delete light demo 2020-04-21 11:00:14 +08:00
thinkinggis f276329248 Merge branch 'master' into draw_doc 2020-04-17 11:27:01 +08:00
thinkinggis ef51064b00 fix(scale): scale 不响应缩放变化 2020-04-14 17:01:40 +08:00
thinkinggis e587d41d26 chore: publish 2020-04-14 11:08:20 +08:00
thinkinggis 7017fd9508 chore: publish 2020-04-12 11:30:38 +08:00
thinkinggis f5f5a71cbe chore: publish 2020-04-12 11:30:38 +08:00
thinkinggis f2f903e496 chore: publish 2020-04-10 19:43:19 +08:00
thinkinggis 565dcff53e chore: publish 2020-04-10 19:43:19 +08:00
thinkinggis 4c14ad9dab chore: publish 2020-04-10 15:37:10 +08:00
thinkinggis e0dffe8e53 chore: publish 2020-04-10 15:37:10 +08:00
thinkinggis 20604a7944 refactor(draw): 增加键盘事件& control移除方法 2020-04-08 14:06:02 +08:00
thinkinggis 62052648bc refactor(draw): 增加键盘事件& control移除方法 2020-04-08 14:06:02 +08:00
thinkinggis d11a357e93 chore: publish 2020-04-07 11:51:55 +08:00
thinkinggis 1462543a21 chore: publish 2020-04-07 11:51:55 +08:00
thinkinggis 58d0898a81 chore: publish 2020-04-03 11:07:39 +08:00
thinkinggis b7498103a0 chore: publish 2020-04-03 11:07:39 +08:00
thinkinggis 6a67b317f5 improvement: add draw ui tools 2020-04-01 15:22:53 +08:00
thinkinggis f8ae7322e6 improvement: add draw ui tools 2020-04-01 15:22:53 +08:00
thinkinggis d9d099b976 chore: publish 2020-03-30 11:59:46 +08:00
thinkinggis 1847b2ed53 chore: publish 2020-03-30 11:59:46 +08:00
thinkinggis 26bf14f855 chore: publish 2020-03-26 20:06:23 +08:00
thinkinggis fc3b45aa68 chore: publish 2020-03-26 20:06:23 +08:00
thinkinggis 6be5b3aeff chore: publish 2020-03-26 15:37:28 +08:00
thinkinggis df65b9cbc4 chore: publish 2020-03-26 15:37:28 +08:00
thinkinggis 5c939fb924 chore: publish 2020-03-26 13:24:22 +08:00
thinkinggis 2441a7d091 chore: publish 2020-03-26 13:24:22 +08:00
thinkinggis 730c0444d9 chore: publish 2020-03-20 19:29:43 +08:00
thinkinggis 2ecf867879 chore: publish 2020-03-20 19:29:43 +08:00
thinkinggis a102ba54bd chore: publish 2020-03-20 11:51:08 +08:00
thinkinggis f538099dc6 chore: publish 2020-03-20 11:51:08 +08:00
thinkinggis fc23c0a467 chore: update version 2.1.3 2020-03-17 11:05:04 +08:00
thinkinggis 6730b38cdf chore: update version 2.1.3 2020-03-17 11:05:04 +08:00
thinkinggis f690cbfcdf : 2020-03-15 22:49:10 +08:00
thinkinggis 8cea3bc05d : 2020-03-15 22:49:10 +08:00
thinkinggis e28da3e1a4 chore: update version 2.1.1 2020-03-15 13:39:56 +08:00
thinkinggis 1be4cacf0e chore: update version 2.1.1 2020-03-15 13:39:56 +08:00
thinkinggis ab3b639ecd chore: update version 2.1.0 2020-03-12 21:35:18 +08:00
thinkinggis a887427fc6 chore: update version 2.1.0 2020-03-12 21:35:18 +08:00
thinkinggis 6190b1403a fix: mapbox 光照问题 2020-03-12 16:14:59 +08:00
thinkinggis 20d2a6d8b8 fix: mapbox 光照问题 2020-03-12 16:14:59 +08:00
thinkinggis 1e2846de1f chore: publish 2020-03-10 16:09:37 +08:00
thinkinggis 0f4fafda7d chore: publish 2020-03-10 16:09:37 +08:00
@thinkinggis 9394b5e2ca Merge pull request #248 from antvis/docs
Docs
2020-03-10 11:38:21 +08:00
@thinkinggis 95eabcc312
Merge pull request #248 from antvis/docs
Docs
2020-03-10 11:38:21 +08:00
thinkinggis 623d463045 chore: update l7-react peerdependencies 2020-03-09 20:46:17 +08:00
thinkinggis af7e9db780 chore: update l7-react peerdependencies 2020-03-09 20:46:17 +08:00
thinkinggis c744191500 chore: update version 2.0.35 2020-03-08 19:05:12 +08:00
thinkinggis 5ee889f42f chore: update version 2.0.35 2020-03-08 19:05:12 +08:00
ImgBotApp 306110b027 [ImgBot] Optimize images
*Total -- 12,884.81kb -> 8,944.92kb (30.58%)

/dev-docs/screenshots/packages.png -- 192.20kb -> 59.97kb (68.8%)
/dev-docs/screenshots/halton.png -- 30.45kb -> 10.38kb (65.91%)
/dev-docs/screenshots/MSAA.png -- 152.05kb -> 61.65kb (59.45%)
/dev-docs/screenshots/jest.png -- 77.24kb -> 43.92kb (43.13%)
/packages/component/src/images/layers.png -- 1.88kb -> 1.12kb (40.05%)
/dev-docs/screenshots/sepia.png -- 847.17kb -> 508.78kb (39.94%)
/dev-docs/screenshots/hexagonalPixelate.png -- 895.05kb -> 547.21kb (38.86%)
/dev-docs/screenshots/halftone.png -- 1,543.29kb -> 953.16kb (38.24%)
/dev-docs/screenshots/dotscreen.png -- 2,073.34kb -> 1,310.22kb (36.81%)
/dev-docs/screenshots/di-containers.png -- 257.50kb -> 164.13kb (36.26%)
/dev-docs/screenshots/monorep.png -- 27.46kb -> 18.21kb (33.69%)
/packages/component/src/images/logo.png -- 8.22kb -> 5.48kb (33.26%)
/dev-docs/screenshots/blurpass.png -- 721.27kb -> 535.14kb (25.81%)
/dev-docs/screenshots/multi-scene.png -- 974.41kb -> 727.94kb (25.29%)
/dev-docs/screenshots/taa-1.png -- 167.38kb -> 125.92kb (24.77%)
/dev-docs/screenshots/noise.png -- 2,381.13kb -> 1,805.74kb (24.16%)
/dev-docs/screenshots/taa-step1.png -- 143.83kb -> 109.47kb (23.88%)
/dev-docs/screenshots/taa-step3.png -- 206.41kb -> 158.91kb (23.01%)
/dev-docs/screenshots/taa-step2.png -- 77.12kb -> 62.14kb (19.42%)
/dev-docs/screenshots/custom-effect.png -- 1,312.92kb -> 1,058.90kb (19.35%)
/stories/MapAdaptor/components/image/icon.svg -- 1.45kb -> 1.22kb (15.91%)
/dev-docs/screenshots/mapbox-MSAA.png -- 789.67kb -> 672.25kb (14.87%)
/stories/assets/images/layers.svg -- 1.68kb -> 1.54kb (8.76%)
/packages/component/src/images/layers.svg -- 1.68kb -> 1.54kb (8.76%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-03-08 07:08:27 +00:00
ImgBotApp c66f265fab
[ImgBot] Optimize images
*Total -- 12,884.81kb -> 8,944.92kb (30.58%)

/dev-docs/screenshots/packages.png -- 192.20kb -> 59.97kb (68.8%)
/dev-docs/screenshots/halton.png -- 30.45kb -> 10.38kb (65.91%)
/dev-docs/screenshots/MSAA.png -- 152.05kb -> 61.65kb (59.45%)
/dev-docs/screenshots/jest.png -- 77.24kb -> 43.92kb (43.13%)
/packages/component/src/images/layers.png -- 1.88kb -> 1.12kb (40.05%)
/dev-docs/screenshots/sepia.png -- 847.17kb -> 508.78kb (39.94%)
/dev-docs/screenshots/hexagonalPixelate.png -- 895.05kb -> 547.21kb (38.86%)
/dev-docs/screenshots/halftone.png -- 1,543.29kb -> 953.16kb (38.24%)
/dev-docs/screenshots/dotscreen.png -- 2,073.34kb -> 1,310.22kb (36.81%)
/dev-docs/screenshots/di-containers.png -- 257.50kb -> 164.13kb (36.26%)
/dev-docs/screenshots/monorep.png -- 27.46kb -> 18.21kb (33.69%)
/packages/component/src/images/logo.png -- 8.22kb -> 5.48kb (33.26%)
/dev-docs/screenshots/blurpass.png -- 721.27kb -> 535.14kb (25.81%)
/dev-docs/screenshots/multi-scene.png -- 974.41kb -> 727.94kb (25.29%)
/dev-docs/screenshots/taa-1.png -- 167.38kb -> 125.92kb (24.77%)
/dev-docs/screenshots/noise.png -- 2,381.13kb -> 1,805.74kb (24.16%)
/dev-docs/screenshots/taa-step1.png -- 143.83kb -> 109.47kb (23.88%)
/dev-docs/screenshots/taa-step3.png -- 206.41kb -> 158.91kb (23.01%)
/dev-docs/screenshots/taa-step2.png -- 77.12kb -> 62.14kb (19.42%)
/dev-docs/screenshots/custom-effect.png -- 1,312.92kb -> 1,058.90kb (19.35%)
/stories/MapAdaptor/components/image/icon.svg -- 1.45kb -> 1.22kb (15.91%)
/dev-docs/screenshots/mapbox-MSAA.png -- 789.67kb -> 672.25kb (14.87%)
/stories/assets/images/layers.svg -- 1.68kb -> 1.54kb (8.76%)
/packages/component/src/images/layers.svg -- 1.68kb -> 1.54kb (8.76%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-03-08 07:08:27 +00:00
thinkinggis 541e00f45e fix: merge conflict 2020-03-07 20:17:59 +08:00
thinkinggis 0679435c14 feat: add popup add marker 2020-03-05 22:40:41 +08:00
thinkinggis c57ef378ac refactor: update version 2.0.34 2020-03-02 19:02:46 +08:00
thinkinggis a506045867 chore: publish 2020-03-01 21:46:05 +08:00
thinkinggis 37fa4d26c8 chore: update version 2.0.31 2020-03-01 21:27:31 +08:00
thinkinggis 391f634766 chore: update versin 2.0.30 2020-02-28 14:23:14 +08:00
@thinkinggis 50a7a1cb2f Merge pull request #229 from antvis/control
Control
2020-02-28 14:19:48 +08:00
thinkinggis 5058f491d2 chore: publish 2020-02-27 11:29:39 +08:00
thinkinggis 9e5a18fe9e refactor: componet style 2020-02-27 00:56:42 +08:00
thinkinggis 48424de183 chore: update version 2.0.28 2020-02-26 22:40:33 +08:00
thinkinggis 00381c54bc chore: update version 2.0.28-alpha.2 2020-02-26 09:06:51 +08:00
thinkinggis 0ee59fe01f chore: update version 2.0.28-alpha.1 2020-02-25 21:16:23 +08:00
thinkinggis 92b898ba28 refactor: iE 11 打包支持 2020-02-25 20:35:43 +08:00
thinkinggis ba4f29d48f chore: update version 2.0.28-alpha.0 2020-02-23 22:47:32 +08:00
聆一 cce3a03183 chore: release 2.0.27-alpha.0 2020-02-22 22:26:48 +08:00
聆一 d39258237c chore: release 2.0.26-alpha.0 2020-02-22 15:37:57 +08:00
thinkinggis 1e1941f60d chore: update version 2.0.25 2020-02-21 09:18:19 +08:00
thinkinggis 6b4e933d9d chore: update version 2.0.24 2020-02-20 15:01:36 +08:00
thinkinggis cfdb0bae8a improvement: update l7-react 2020-02-20 14:18:15 +08:00
thinkinggis 8900aec8fc chore: update version 2.0.23 2020-02-20 09:21:42 +08:00
thinkinggis 5d5b1ff525 chore: updtate alpha version 2020-02-19 09:37:49 +08:00
thinkinggis 17f44bb2f7 chore: update version 2.0.22 2020-02-14 17:31:29 +08:00
thinkinggis b9f8485161 chore: update version 2.0.21 2020-02-13 00:39:07 +08:00
thinkinggis b31058345a chore: update version 2.0.20 2020-02-12 23:06:39 +08:00
thinkinggis 924fd1337c style: error word 2020-02-12 14:49:47 +08:00
thinkinggis 2d98a6be4d chore: update version 2.0.19 2020-02-11 21:02:30 +08:00
thinkinggis e597415dde improvement(markerlayer): 支持根据缩放范围动态获取聚合数据 2020-02-11 12:10:26 +08:00
thinkinggis 8424e17dc4 Merge branch 'master' of https://github.com/antvis/L7 2020-02-09 11:58:37 +08:00
@thinkinggis 1adca4a5a4 Merge pull request #170 from ParryQiu/master
feat(marker): 针对聚合点只渲染视野范围内的元素,提高性能
2020-02-09 11:58:17 +08:00