-
Notifications
You must be signed in to change notification settings - Fork 97
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
Mouse issue on next build #250
Comments
I have the same issue in angular 9.07 |
MapComponent seems to have these EventEmitters, couple of them are new
I can successfully use singleClick to click some features |
It seems |
I have the same issue after moving from Angular 7 to 9, did anyone know how to fix? |
Well, I don't know what causes your issues with the controls, but as mentioned above, the Replace |
I have recently updated my project from Angular 8 and ngx-openlayers.next-11 to Angular9 and ngx-openlayers.next-15 (with ol 6.3.1), updated the event outputs to use the new names (olClick, moveEnd, etc) and am experiencing the same issue. I found the following was happening:
I reverted my project back to Angular 8 and tried using ngx-openlayers.next-13 and experienced similar issues. Reverting back to Angular 8 and ngx-openlayers.next-11 and project was again working correctly. |
Using the current next branch, the map does not respond to mouse events when running the sample from git.
I have the same problem using the package in my application.
I tried pinning ol at version 5.3.3 with no change.
Angular is at 8.2.11 with the sample.
The text was updated successfully, but these errors were encountered: