Commit Graph

12 Commits

Author SHA1 Message Date
YiQianYao 401b770679
Shihuidev (#883)
* feat: 增加着色器的拾取计算控制、完善 arcmini

* feat: 完善 enableShaderPick/disableShaderPick 功能

* style: lint style

* feat: 补充调用高德地图公交线路查询 demo

* style: lint style

* feat: 优化弧线的纹理动画

* style: lint style

* feat: 去除greatCircle 的纹理动画优化

* feat: 扩展点图层圆柱效果

* feat: 增加几何体的径向渐变配置

* style: lint style

* fix: 修复bug 图层触发的事件跟图层设置的zIndex无关,只跟插入图层先后顺序有关

* style: lint style

* feat: 补全挤出几何体拾取颜色的光照配置

* style: lint style

* fix: 修复圆柱 cull 问题 mapbox amap 不同

* feat: 图层销毁时的内存泄漏

* style: lint style

* feat: 平面弧线新增弧线偏移量的数据映射能力

* style: lint style

* fix: 修复重复销毁bug

* style: lint style

* feat: 修复 texture 重复销毁问题

* style: lint style

* fix: 修复图层叠加模式下的拾取失效问题

* style: lint style

* fix: 修复纹理贴图在 zoom 大于 12 时存在的问题

* fix: 修复水波点颜色偏暗

* feat: 优化点图层的渲染效果,叠加渲染效果

* style: lint style

* fix: 修复 layer contextmenu 事件丢失

* fix: 修复 map 类型 resize 失效

* style: lint style

* feat: 增加瓦片地图的请求节流

* style: lint style

* feat: 优化热力图在 radius 数值比较大时热力点边缘发生裁剪的现象

* style: lint style

* fix: 修复resize 后 picking shiqu 拾取失败的问题

* chore: update version 2.6.17 -> 2.6.18 bugfix

* feat: 优化 marker/popup 在容器边缘的表现

* feat: 增加 setEnableRender 方法

* style: lint style

* feat: 增加城市图层扫光特效

* style: lint style
2021-12-17 10:54:06 +08:00
thinkinggis 3a402e7513 fix(popup): react 组件下popuup 不能响应事件处理 2020-07-28 14:56:46 +08:00
thinkinggis f67e5aa28c fix: marker event 2020-04-07 11:24:59 +08:00
thinkinggis a2a72fac5f refactor: l7 draw polygon edit 2020-03-30 22:54:57 +08:00
thinkinggis 795c459b3d feat: 第一次点击高亮再次点击取消高亮 2020-03-29 00:33:38 +08:00
thinkinggis bca202d331 fix: many bugs
- marker offsets
- layer update color,size,shape
- 官网压缩
- 数据映射 回调函数
2020-02-06 21:05:49 +08:00
thinkinggis 1946de6207 fix: pointlayer image 模糊&事件& marker add some new method 2020-01-20 19:20:47 +08:00
thinkinggis ecda21c0db chore: 测试用例jest-electron 环境 & 修复一些文档问题 2020-01-13 21:14:08 +08:00
thinkinggis 8aa24988ff feat: marker 支持鼠标事件 2020-01-03 14:43:51 +08:00
thinkinggis 8dabe4c9c1 fix(component): fix marker 2019-11-28 17:25:56 +08:00
yuqi.pyq 648357fe8e feat(map): adjust Scene API, use @antv/l7-maps instead
re #86
2019-11-26 17:51:29 +08:00
xiaoiver 44dec441af 完善构建方案 & 容器 Bug 修复 (#84)
* feat(core): support hierarchical containers

* feat(multipassrenderer): support custom postprocessing pass

* build(rollup): output CDN bundle to @antv/l7/dist

* build(tsc): generate TS declaration files

* chore(prerelease): prerelease beta.10
2019-11-25 15:27:56 +08:00