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

Master upstream #2

Open
wants to merge 90 commits into
base: master
Choose a base branch
from
Open

Conversation

hendys-maker
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 Leaflet#2256
Use _getTileSize() instead of using options.tileSize directly
Don't set _animatingZoom for touchZoom zooming. refs Leaflet#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 Leaflet#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
mourner and others added 30 commits August 28, 2015 19:06
- 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)
…ent-on-removed-paths-fix

Issue Leaflet#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!
Conflicts:
	package.json
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.