Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
androidseb opened this issue Dec 27, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@androidseb
Copy link
Owner

androidseb commented Dec 27, 2023

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 androidseb added the bug Something isn't working label Dec 27, 2023
@androidseb androidseb changed the title Incorrect polyline / polygon display when crossing the International Date Line (IDL) Incorrect polyline display when crossing the International Date Line (IDL) Dec 27, 2023
@androidseb
Copy link
Owner Author

For reference, the source of this problem is this bug:
fleaflet/flutter_map#1338

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

@androidseb androidseb changed the title Incorrect polyline display when crossing the International Date Line (IDL) Bugfix: incorrect polyline display when crossing the International Date Line (IDL) Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant