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

remove lat lon assertion #13

Merged
merged 1 commit into from
Mar 24, 2024
Merged

remove lat lon assertion #13

merged 1 commit into from
Mar 24, 2024

Conversation

mootw
Copy link

@mootw mootw commented Dec 2, 2023

this removes the debug only assertion that coordinates must be within +-90, +-180. This upstream change will fix multiple issues in flutter_map (and the assertion only applies to manually instantiated latlng objects, as the check is not done on the LatLng.fromJson constructor.

fixes #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove latitude/longitude bounds
2 participants