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
The text was updated successfully, but these errors were encountered:
全是bug 真的老老实实用原生态,或者直接放弃百度
Sorry, something went wrong.
解决了吗?遇到同样的问题
目前使用的解决办法时,数据更新时不销毁图层。而是通过 dataset.set 方式设置新的数据
数据更新好像确实不应该销毁图层
// 不存在则创建, 存在则设置为新的值 if (!baiduMapLayerData.value) { baiduMapLayerData.value = new DataSet(pointList) } else { baiduMapLayerData.value.set(pointList) }
No branches or pull requests
The text was updated successfully, but these errors were encountered: