updated positioning labels

This commit is contained in:
2026-06-23 22:42:35 -04:00
parent edcb5cb262
commit f49d4011ac
2 changed files with 6 additions and 6 deletions

View File

@@ -144,5 +144,5 @@ export async function getCoords() {
if (rows.length && rows[0].latitude && rows[0].longitude) {
return { lat: rows[0].latitude, lon: rows[0].longitude, alt: rows[0].altitude || c.ALTITUDE }
}
return { lat: c.LATITUDE, lon: c.LONGITUDE, alt: c.ALTITUDE }
return { latitude: c.LATITUDE, longitude: c.LONGITUDE, altitude: c.ALTITUDE }
}