tommy
tommy
创建了两个图层,一个PointLayer(zindex为3),一个PolygonLayer(zindex为2),两个图层都创建了对应的LayerPopup,鼠标移动到PointLayer上的某个图片上时,不仅显示了对应点的信息,还显示了下面区域的信息,这个怎么解决??? 代码如下, import { Scene, PointLayer,PolygonLayer,LayerPopup } from '@antv/l7'; import { GaodeMap } from '@antv/l7-maps'; const scene = new Scene({ id: 'map', map: new GaodeMap({ style: 'light', center: [ 120.133912,...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) ## Basic Info ## What are the similar cases of this feature import {Mentions...