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 rewrite appears to exhibit the same issues as the original plugin in terms of zooming. The icons seem to follow if you pan and zoom at the same time on mobile.
The text was updated successfully, but these errors were encountered:
I think that has something to do with the implemented moveEnd event listener.
So the tile layer updates on move event, but the canvas layer only updates if you release the finger/mouse. If you look closer, you can see that the map underneath is moving. The markers stay in the same position related to the absolute screen position.
I really don't know if this is fixable, as updating the canvas on move instead of moveEnd would result in a really bad overall performance.
But maybe the author of this plugin has an approach to this.
This rewrite appears to exhibit the same issues as the original plugin in terms of zooming. The icons seem to follow if you pan and zoom at the same time on mobile.
The text was updated successfully, but these errors were encountered: