Skip to content
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

Fix canvas path onremove #3983

Closed
wants to merge 82 commits into from
Closed

Fix canvas path onremove #3983

wants to merge 82 commits into from

Conversation

whatersoer
Copy link

No description provided.

mourner and others added 30 commits December 3, 2013 14:31
Don't fire dragend if a dragstart did not occur due to a multitouch action

* danzel/fix2256:
  Don't fire dragend if a dragstart did not occur due to a multitouch action. fixes #2256
Use _getTileSize() instead of using options.tileSize directly
Don't set _animatingZoom for touchZoom zooming. refs #1934
Trigger remove when removing canvas layers
The context (```this```) is passed when registering event listeners for events ```layeradd/layerremove``` and thus also needs to be passed when removing them.
correctly remove event listener for layer control
Backport fix for zoom animation freeze in #2521 to stable
* 'stable' of https://github.com/Leaflet/Leaflet:
  Remove duplicate requestAnimFrame.
  Added test case for setView immediately after map is initialized
  Backported 9a2399e
  correctly remove event listener for layer control
IvanSanchez and others added 26 commits August 26, 2015 15:53
Clear tilelayer's BG buffer on zoomanim end if out of zoom limits
- add check to avoid triggering mouseout events on paths that have already been removed from the map (e.g. when path is removed in onclick event)
…removed-paths-fix

Issue #3829 - Removed Path with mouseout throws error
This was fixed on master in e44179d
Fix touch drag in Edge browser
Now a LayerGroup can be removed from a FeatureGroup without crashing. FeatureGroup's addLayer had the check in place, but removeLayer did not!
@whatersoer whatersoer closed this Nov 2, 2015
@whatersoer whatersoer deleted the fix-canvas-path-onremove branch November 2, 2015 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet