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
版本 vue3 + vite 浏览器 Google Edge vue-baidu-map-3x版本 1.0.39
init中 进行 map.setMapStyleV2 后,浏览器进行缩放 地图发生错位 详细代码 map.setMapStyleV2({ styleJson: [ { featureType: "poi", elementType: "all", stylers: { visibility: "off" } } ] });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本 vue3 + vite
浏览器 Google Edge
vue-baidu-map-3x版本 1.0.39
init中 进行 map.setMapStyleV2 后,浏览器进行缩放 地图发生错位
详细代码
map.setMapStyleV2({
styleJson: [
{
featureType: "poi",
elementType: "all",
stylers: {
visibility: "off"
}
}
]
});
The text was updated successfully, but these errors were encountered: