Commit Graph

294 Commits

Author SHA1 Message Date
thinkinggis e18a8644b3 fix(layer): 新图层透明度 2020-11-21 00:43:44 +08:00
thinkinggis 1145eff9c7 chore: update version 2.2.43 2020-11-19 13:47:41 +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 ea2f3350fe chore: update version 2.2.42 2020-11-18 19:53: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 cd4d212da5 chore: update version 2020-10-28 17:51:00 +08:00
thinkinggis 061413c440 chore: publish 2020-10-28 17:48:57 +08:00
yuqi.pyq 63af07af86 fix: 暂时去除后处理 2020-10-26 17:46:10 +08:00
thinkinggis fdfc88f882 chore: update version 2020-10-15 17:02:32 +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 7c5d6df00e chore: update version 2020-10-15 16:54:51 +08:00
thinkinggis cd36e23ff1 chore: update version 2020-10-15 16:32:47 +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 4aea168ebf feat(core): interaction
事件增加原始target参数
2020-10-14 17:11:57 +08:00
thinkinggis 8d73ca3f75 fix(scene): 地图panBy 方法
fix #536
2020-10-09 16:32:25 +08:00
thinkinggis a924bd4a2b chore(l7): remove react,draw, boundary moudule 2020-09-15 20:21:56 +08:00
thinkinggis 4f73e3ff91 chore: update version 2020-09-10 23:42:06 +08:00
thinkinggis 460f09d55b chore: publish 2020-09-10 23:25:31 +08:00
@thinkinggis 663f179c7a
Merge pull request #517 from antvis/fix_ie_event
fix: 修复IE事件问题
2020-09-10 21:05:23 +08:00
thinkinggis b71eb73ce9 fix: 修复IE事件问题 2020-09-10 19:47:45 +08:00
wangbin b15b97b76f fix(layer): 用计算出的数据范围 * 2代替之前的视野范围
如果按照视野范围进行计算聚合数据会出现新的问题,比如当计算出的数据范围大于视野范围时,里面的判断会return,导致不聚合现象的产生。此次pr取消了上次pr的一部分,转而使用计算出的数据范围 *
2,可以避免此类现象的产生。

fix #511
2020-09-10 14:07:42 +08:00
@thinkinggis 13811c9730
chore: update package.json 2020-09-10 00:34:03 +08:00
thinkinggis 96729b995c chore: update version 2020-09-09 20:06:53 +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
thinkinggis 64652bcae3 fix(popup): popup react 自定事件不生效 2020-09-07 17:30:43 +08:00
wangbin 710679041c fix(layer): 解决PointLayer中配置了cluster:true缺少部分数据的问题
fix #508
2020-09-07 16:50:56 +08:00
thinkinggis 19daa4d5c5 Merge branch 'master' into fix_map_dependencies 2020-09-07 15:32:32 +08:00
thinkinggis 8bd89c97fb fix(map): update types/mabox-gl 2020-09-05 11:23:48 +08:00
thinkinggis 6ff115ddb5 chore: publish 2020-09-02 20:37:50 +08:00
thinkinggis bf94664049 fix: map 引入 2020-09-02 20:12:32 +08:00
thinkinggis 96a4fe0b25 Merge branch 'master' into fix-npm-start 2020-09-02 19:33:15 +08:00
thinkinggis 527fe21f5c fix(map): maps->map 2020-09-02 19:30:46 +08:00
afc163 7eb0d0e705 fix: outdated theme versions 2020-09-02 18:25:26 +08:00
thinkinggis 6500a6e515 fix(map): 独立map 缺少依赖 2020-09-02 15:50:30 +08:00
thinkinggis f50dbdca1d fix(component): 修复popuup 与marker 顺序的问题
fix #498
2020-09-02 01:26:57 +08:00
thinkinggis 9ae4fb5469 fix(boundary): county
fix: #492
2020-09-01 11:06:58 +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