mirror of
https://github.com/MeshCore-Beacon/beacon-web.git
synced 2026-09-02 09:03:44 +00:00
microToDeg guessed microdegrees from integer values, but api/nodes.go has always sent *float64 degrees — so a node sitting at an exact whole degree got divided by 1e6 and rendered at the equator. Drop the shim from the geojson builder, the nodes table and the detail panel, and fix the ws.ts comment that repeated the wrong premise. Also key neighbor rows by id+iata: the neighbors endpoint returns one row per (neighbor, iata), so id alone collides for nodes heard in several regions (live React duplicate-key error).