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.68k stars 848 forks source link

fix: overlapping `Polygon` cutting & color/translucency mixing #1901

Closed JaffaKetchup closed 4 weeks ago

JaffaKetchup commented 1 month ago

Fixes #1898.

Note that these new measures to ensure correct functionality could negatively impact performance. This is properly documented.

josxha commented 4 weeks ago

I did some quick testing and all works like excepted. Good job!