fleaflet / flutter_map

A versatile mapping package for Flutter. Simple and easy to learn, yet completely customizable and configurable, it's the best choice for mapping in your Flutter app.
https://pub.dev/packages/flutter_map
BSD 3-Clause "New" or "Revised" License
2.76k stars 863 forks source link

fix: polygon hit detection when map is rotated #1942

Closed monsieurtanuki closed 3 months ago

monsieurtanuki commented 3 months ago

Fixes #1934.

Removed an optimization that prevented the hit test to work for polygons on rotated maps.

monsieurtanuki commented 3 months ago

Thank you @JaffaKetchup for your review!

One optimization path would be to keep the code I've just removed only for map rotation == 0.