Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply rotation transformation on marker drag.
During marker drag events the _setPos method is bypassed in favour of setting the marker._latlng property directly. In order to account for this the rotation must be applied after the MarkerDrag._onDrag method. This is called repeatedly during the movement.
- Loading branch information