mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-09-27 00:47:52 +00:00
dborup asked for a map view of the estimated-position nodes, like View Path's approximate markers off the Pong reply. Backend now returns estimatedNodes -- the flat, network-wide list behind Position-Fix Coverage Gaps' Approximated counts, with each node's actual estimated lat/lon (computeAreaPositionGaps previously only tallied per-area counts and discarded the coordinates nearestPositionedNeighbor already computed). A new button on the Areas tab stores that list in sessionStorage and opens the Map page, where a new drawEstimatedNodes renderer (modeled on drawGPSTrail) plots each as a dashed, semi-transparent circleMarker -- same "this position is a guess" visual language as View Path's approx markers, sized/opacity-scaled by contributor count. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>