jifalops / dart-latlong

Other
47 stars 21 forks source link

remove lat lon assertion #13

Closed mootw closed 7 months ago

mootw commented 11 months ago

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