mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 02:27:59 +00:00
GetPacketPath's node-position lookups (relay-hop points and observer positioning) read raw lat/lon straight off the nodes row, so a node with (0,0) stored literally instead of NULL -- MeshCore's "never actually reported a GPS position" case in practice -- rendered as a real point off the coast of Ghana instead of no position at all. Excludes (0,0) the same way GetNodesForScopeAdoption and geofilter.PassesFilter already do; the node's name is kept, just not the bogus position. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>