-
Notifications
You must be signed in to change notification settings - Fork 229
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
How to turn off map events #45
Comments
Hi, @dmcd, |
|
Thanks for looking into this. Hopefully they'll resolve vuejs/vue-devtools#449. FYI, the issue with devtools is exasperated in the vuelayers-demo because of the animating flag marker, to the point where I couldn't disable the events in devtools fast enough to avoid it crashing. Instead I had to first comment out the render in the demo App.vue, line 360.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @ghettovoice,
Thanks for the great library.
Is there a way to make the subscription to open layers map events optional? I'm asking because there are so many events fired from the map that the Vue Devtools chrome extension crashes when set to record events. I realise this is really an issue with Vue Devtools but I'm just wondering if you have any thoughts on this? So many events also makes it difficult to debug other events in an app.
Cheers
The text was updated successfully, but these errors were encountered: