Radio sonde on map

This commit is contained in:
2026-09-13 09:29:19 -04:00
parent 83c48bf3e7
commit 2b299753ca
5 changed files with 538 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ export async function getSondes() {
id,
type: t.type,
subtype: t.subtype,
lat: t.lat,
lon: t.lon,
latitude: t.lat,
longitude: t.lon,
altitude: t.alt,
heading: t.heading,
speed: t.vel_h,