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

卫星模式下,DrawingManager双击绘制完成后,成功、失败按钮丢失 #19

Open
jiayuya opened this issue Sep 10, 2021 · 1 comment

Comments

@jiayuya
Copy link

jiayuya commented Sep 10, 2021

vue临时处理
cancelOperate:取消按钮的id,只有拿到取消按钮才代表绘制完成

watch: { 'drawingManager._isOpen': { handler(val) { if(!val && document.getElementById('cancelOperate')) { document.getElementsByClassName('operateWindow')[0].parentElement.style.display = 'block' } } } }

@wypzw
Copy link

wypzw commented Jul 3, 2023

(BMAP_NORMAL_MAP)一致的交互体验,请使用普通卫星图模式(BMAP_SATELLITE_MAP)。

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

2 participants