-
Notifications
You must be signed in to change notification settings - Fork 25
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
assign null value in merge util. fire changeend event on start. #967
assign null value in merge util. fire changeend event on start. #967
Conversation
@RobAndrewHurst That shouldn't happen. I will have a look to address the issue. |
@RobAndrewHurst should be fixed in last commit. |
Nice one! Thanks @dbauszus-glx |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks all good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is working for me and fixes the described bug. Happy to merge!
The merge util incorrectly assigned an empty object instead of null.
The changeEnd event must be fired when the mapview is initialised. Otherwise the event would not be fired with no layer on display. The table check would be omitted in that case.