Files
meshcore-analyzer/cmd/server
dborupandClaude Sonnet 5 906051fc09 feat: "View Estimated Nodes on Map" for the Areas tab, reusing View Path's approx-marker technique
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>
2026-07-28 05:29:15 +02:00
..