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: added polygon validity check before hit testing #1964

Closed JaffaKetchup closed 2 months ago

JaffaKetchup commented 2 months ago

Fixes #1933 using method suggested by @mootw (and which I think also makes sense).

JaffaKetchup commented 2 months ago

Yep, we should fix that in another PR, I'll open a new issue. Thanks!