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
It looks like MariaDB added support for ST_DISTANCE_SPHERE in May. Currently MariaDB queries are translated using an explicit haversine function. Since MariaDB now supports ST_DISTANCE_SPHERE spatial queries can be implemented using this method.