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
First of all, I'd like to thank you for your hard work to bring us this library! It helped me a lot already.
On the other hand, I have a small problem. Usually, the coordinates order is like [latitude, longitude] but the Point type's getCoordinates() method returns the data like [longitude, latitude].
Is it possible to change the order of coordinates to the traditional way?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
First of all, I'd like to thank you for your hard work to bring us this library! It helped me a lot already.
On the other hand, I have a small problem. Usually, the coordinates order is like
[latitude, longitude]
but thePoint
type's getCoordinates() method returns the data like[longitude, latitude]
.Is it possible to change the order of coordinates to the traditional way?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions