Skip to content

feat: Add node path tracking on map#45

Merged
mwolf1989 merged 1 commit into
mainfrom
feature/node-path-tracking
Mar 2, 2026
Merged

feat: Add node path tracking on map#45
mwolf1989 merged 1 commit into
mainfrom
feature/node-path-tracking

Conversation

@mwolf1989

Copy link
Copy Markdown
Owner

Summary

  • Add MKPolyline overlays to map showing historical node positions from location logs
  • Paths colored using node's assigned color tag
  • Right-click context menu "Show Path" / "Hide Path" toggle on node annotations
  • Requires location logging to be enabled for path data

Test plan

  • Enable location logging, receive some position updates
  • Right-click node annotation → "Show Path" appears if log data exists
  • Path renders as colored polyline on the map
  • "Hide Path" removes the overlay
  • Path color matches node's assigned color

Closes #39

🤖 Generated with Claude Code

Show historical position paths as polyline overlays on the map.
Paths use node's assigned color and can be toggled via right-click
context menu on node annotations.

Closes #39

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mwolf1989 mwolf1989 merged commit a797028 into main Mar 2, 2026
@mwolf1989 mwolf1989 deleted the feature/node-path-tracking branch March 2, 2026 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Node Path Tracking on Map

1 participant