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: fixed multiple issues in `PolygonLayer` and `PolylineLayer` #1925

Closed JaffaKetchup closed 5 days ago

JaffaKetchup commented 1 week ago

Fixes #1924, fixes #1921, fixes #1912, fixes #1913.

Effectively reverts some broken commits.

Note that useDynamicUpdate has been deprecated, but its functionality has changed - it now has no purpose. However, this will not be a breaking change, as useDynamicUpdate was broken when initially introduced, so there should be no legitimate users.