Joscha Eckert
Joscha Eckert
If both has the same cause it's probably the best to check in your app if any animations is going on before starting a second animation. I'm still not sure...
@coogle Btw you could try the [flutter_map_animations](https://pub.dev/packages/flutter_map_animations) plugin. It's written by a flutter_map maintainer. Maybe the problem doesn't occur when using it.
Not sure if I should call this a feature or a limitation of the new implementation... One of the biggest goals of the gesture rewrite was to be as high...
Added the `keyTriggerDragRotate` gesture fix to this pr because both are quite similar.
> I always thought this was more of a feature and not a bug. That's a nice point of view. 😅 > Of course after the gesture is finished the...
Some information on how to reproduce the bug: 1. open the interactive flags page of the demo app 2. deactivate all movement gestures, you can activate everything else but at...
> I think this should be optional - it's an advantage over leaflet that we support fractional zoom levels. Yes, I agree. > I think this will be difficult to...
> Oh, and also animated zooming with a scroll wheel would be great, but that might already be in your plans as part of Gestures. Added it to the list....
> I recently found trouble when trying to capture pan events. I needed to capture horizontalDrag and verticalDrag separately rather than what i would intuitively think would be a pan...
`LatLngBounds` calculates the midpoint between the bounding box on a sphere. This doesn't cause issues on smaller bounding boxes but will have issues if the direct way between those two...