Use WGS-84 spheroid type business

This commit is contained in:
XANTRONIX Development 2025-02-10 21:23:15 -05:00
parent be15032ce9
commit f71f2d4711

View file

@ -118,7 +118,7 @@ class StormReport():
select select
id, id,
call, call,
ST_Distance(coord, MakePoint(?, ?, , 4326), false) as distance, ST_Distance(coord, MakePoint(?, ?, , 4326), true) as distance,
ST_AsText(coord) as coord ST_AsText(coord) as coord
from from
nexrad_station nexrad_station