Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

antv l7地图版本升级到2.22.3,出现行政区划图层覆盖点位图标问题,我看官网示例也是如此,请尽快解决!!! #2659

Open
xg-test opened this issue Jan 9, 2025 · 3 comments
Assignees

Comments

@xg-test
Copy link

xg-test commented Jan 9, 2025

问题描述

antv l7地图版本升级到2.22.3,出现行政区划图层覆盖点位图标问题,我看官网示例也是如此,请尽快解决!!!

重现链接

No response

重现步骤

No response

预期行为

No response

平台

  • 操作系统: [macOS, Windows, Linux, React Native ...]
  • 网页浏览器: [Google Chrome, Safari, Firefox]

屏幕截图或视频(可选)

image
image

补充说明(可选)

No response

Copy link

感谢您反馈关于 antv L7 地图版本升级到 2.22.3 后出现的行政区划图层覆盖点位图标的问题。这个问题已经在 GitHub 上被记录为 issue #2659

目前,我会检查是否有类似的问题已经被报告或解决。如果您有更多的细节或重现步骤,请随时补充,这将有助于开发团队更快地解决问题。

我会继续跟进这个问题,并在有更新时通知您。

🪧 Tips For further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Hi @xg-test, Please star this repo if you find it useful! Thanks ⭐!
你好~ @xg-test 🌟 如果这个仓库对你有帮助,可以给我们点个star支持一下~你的支持对我们来说是最大的鼓励,感谢你的支持与点赞 🌟

@lzxue
Copy link
Contributor

lzxue commented Jan 11, 2025

const pointLayer2 = new PointLayer({ zIndex: 20 })
.source(pointData, {
parser: {
type: 'json',
x: 'longitude',
y: 'latitude',
},
})
.shape('circle')
.active(true)
.animate(true)
.size(40)
.color('color')
.style({
raisingHeight: 10,
})

可以配置一下 raisingHeight 参数

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants