图层click事件获取不到数据?
Open
bug
question
- Dominant language
- TypeScript
- Stars
- 4.1k
- Forks
- 656
- PR merge metrics
- No merged PRs in 30d
Description
### 问题描述
使用图层click事件获取每个polygon信息,控制台打印:feature: "null"
### 重现链接
_No response_
### 重现步骤
1. vue3 环境
2. polygonLayers.on('click', (e) => {
console.log('polygonLayer:', e)
})
控制台如下:
polygonLayer: {
feature: "null"
}
3. 获取是空的值
### 预期行为
_No response_
### 平台
- 操作系统: [macOS, Windows, Linux, React Native ...]
- 网页浏览器: [Google Chrome, Safari, Firefox]
### 屏幕截图或视频(可选)
_No response_
### 补充说明(可选)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.