Commit Graph

3627 Commits

Author SHA1 Message Date
@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
@thinkinggis cd7f875ddf
Merge pull request #516 from jingyebuchen/master
fix(layer): 用计算出的数据范围 * 2代替之前的视野范围
2020-09-10 17:45: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 514ab3250c
Merge pull request #511 from jingyebuchen/master
fix(layer): 解决PointLayer中配置了cluster:true缺少部分数据的问题
2020-09-09 18:04:05 +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 a8b2ebd4fd docs: update react demo 2020-09-07 15:26:16 +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 4577ba9f63
Merge pull request #503 from antvis/fix-npm-start
fix: npm start error
2020-09-02 20:30:49 +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 be52b1b738
Merge pull request #502 from antvis/fix_issues_行政区划
Fix issues 行政区划
2020-09-02 10:39:00 +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 02a181a406 fix: 修复去除重复点计算逻辑的 bug 2020-08-28 15:26:02 +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
@thinkinggis 1489e5cd6c
Merge pull request #493 from antvis/fix_amap_loader
refactor(amap): 优化高德地图sdk 加载方式
2020-08-28 11:34:37 +08:00
thinkinggis b99a3ca32b chore: udpate version 2020-08-28 10:59:38 +08:00
@thinkinggis 2f2b4940a0
Merge pull request #494 from ParryQiu/master
fix(layer): 解决线图层绘制异常的问题
2020-08-28 10:43:27 +08:00
thinkinggis 1e5204f117 chore(yarn): update yarn.lock 2020-08-28 10:32:29 +08:00
ParryQiu 49e1e719c1 fix: 修复单元测试文件中的一些判断条件 2020-08-28 09:30:21 +08:00
ParryQiu 4323ef5d2f fix(layer): 去除线图层绘制异常的问题
处理线图层数据存在重复点的时候,绘制的线图层粗细表现异常的问题。
2020-08-27 17:36:17 +08:00
ParryQiu 687986a6d5 fix(layer): 去除线图层绘制异常的问题
处理线图层数据存在重复点的时候,绘制的线图层粗细表现异常的问题。
2020-08-27 17:22:34 +08:00
thinkinggis 7f8bcbbbb7 refactor(amap): 优化高德地图sdk 加载方式 2020-08-27 16:31:03 +08:00
ParryQiu f3474341cb Merge branch 'pr/11' 2020-08-25 13:20:06 +08:00
thinkinggis 695a5dfc7a chore: update version 2020-08-21 10:18:03 +08:00
thinkinggis 2b1f9043d4 Merge branch 'master' of github.com:antvis/L7 2020-08-21 10:14:50 +08:00
thinkinggis e012a29336 chore: update version 2020-08-21 10:14:14 +08:00
thinkinggis 50d5612f6e chore: update version 2020-08-21 10:08:35 +08:00
thinkinggis acc86524d6 Merge branch 'master' of github.com:antvis/L7 2020-08-21 08:32:42 +08:00
@thinkinggis d33916fd61
Merge pull request #491 from antvis/feat_draw_circle
feat(draw): draw circle add  change event
2020-08-21 08:32:31 +08:00
thinkinggis d62de543d4 feat(draw): draw circle add change event 2020-08-21 00:04:30 +08:00
@thinkinggis a6e0b7f9a8
Merge pull request #490 from yanyu510/master
fix(layer): heatmap layer grid无法渲染squareColumn 3D图形问题
2020-08-20 23:14:37 +08:00
yy 907d10c0fd chore: update version 2020-08-20 18:25:07 +08:00