You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@charlieforward9 ok, I think I'm confusing it with "zoomend". Yes, "zoom" is different. And there is "viewreset" event too, triggered when animation stops.
I had similar issue to what you pointed in #132 comment when I drawn Glify points on L.Renderer layer. I simply switched to L.Layer and this solved all my issues with zoom animation. As far as I remember, their main difference is animation CSS.
0bd9217
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.
IMO this is odd and duplication. "moveend" is already triggering after "zoom".
0bd9217
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.
#132 (comment)
See this issue I was having with zooming. This does not entirely duplicate.
0bd9217
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.
@charlieforward9 ok, I think I'm confusing it with "zoomend". Yes, "zoom" is different. And there is "viewreset" event too, triggered when animation stops.
I had similar issue to what you pointed in #132 comment when I drawn Glify points on L.Renderer layer. I simply switched to L.Layer and this solved all my issues with zoom animation. As far as I remember, their main difference is animation CSS.
0bd9217
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.
@utilmind Yeh no worries. If you have any new features to contribute I'd love to review them and add them in to make this package better.