androidseb / mapmarker

Repository to host the Map Marker app resources (Website, Web App, App Binaries, etc.)
14 stars 2 forks source link

Bugfix: incorrect polyline display when crossing the International Date Line (IDL) #36

Open androidseb opened 10 months ago

androidseb commented 10 months ago

A polyline crossing the International Date Line (IDL) where longitude goes from +180 to -180 does not display properly in the flutter_map based views (all other layers than Google Maps).

This issue only affects polylines, polygons are displaying fine.

Display in Google Maps (correct)

Image

Display in flutter_map (incorrect):

Image

androidseb commented 10 months ago

For reference, the source of this problem is this bug: https://github.com/fleaflet/flutter_map/issues/1338

This looks like a low priority bug that will take a significant amount of work to fix.