For example, in a Vector2d, latitude is the x component and longitude is the y component.
Checking GeoToWorldPosition and MetersToLatLon, the components are being swapped at some point. This breaks the usage of Transform.GetGeoPosition(), for example.
For example, in a
Vector2d, latitude is the x component and longitude is the y component.Checking
GeoToWorldPositionandMetersToLatLon, the components are being swapped at some point. This breaks the usage ofTransform.GetGeoPosition(), for example.