You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Position object, many users accidentally switch up the latitude and longitude values. I propose adding a check so that if the latitude is over 90.0 we throw an error. While this wont always catch the error, it might help out users. We can also make the invalid position error more clear on this issue.
The text was updated successfully, but these errors were encountered:
When creating a Position object, many users accidentally switch up the latitude and longitude values. I propose adding a check so that if the latitude is over
90.0
we throw an error. While this wont always catch the error, it might help out users. We can also make theinvalid position
error more clear on this issue.The text was updated successfully, but these errors were encountered: