We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,出现行政区划图层覆盖点位图标问题,我看官网示例也是如此,请尽快解决!!!
No response
The text was updated successfully, but these errors were encountered:
感谢您反馈关于 antv L7 地图版本升级到 2.22.3 后出现的行政区划图层覆盖点位图标的问题。这个问题已经在 GitHub 上被记录为 issue #2659。
目前,我会检查是否有类似的问题已经被报告或解决。如果您有更多的细节或重现步骤,请随时补充,这将有助于开发团队更快地解决问题。
我会继续跟进这个问题,并在有更新时通知您。
Sorry, something went wrong.
Hi @xg-test, Please star this repo if you find it useful! Thanks ⭐! 你好~ @xg-test 🌟 如果这个仓库对你有帮助,可以给我们点个star支持一下~你的支持对我们来说是最大的鼓励,感谢你的支持与点赞 🌟
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 参数
heiyexing
No branches or pull requests
问题描述
antv l7地图版本升级到2.22.3,出现行政区划图层覆盖点位图标问题,我看官网示例也是如此,请尽快解决!!!
重现链接
No response
重现步骤
No response
预期行为
No response
平台
屏幕截图或视频(可选)
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: