feat: add "Copy coordinates" to the map context menu#2817
feat: add "Copy coordinates" to the map context menu#2817rafaellehmkuhl wants to merge 1 commit into
Conversation
Lets users grab the latitude/longitude of any point on the map by right-clicking it and copying the coordinates to the clipboard. Closes bluerobotics#2369
Automated PR Review (Claude)0. SummaryVerdict: MINOR SUGGESTIONS Minor items to consider: 5.1, 6.1. This PR adds a "Copy coordinates" option to the Map widget's right-click context menu. When the user right-clicks on the map and selects "Copy coordinates," the latitude and longitude (to 7 decimal places) are copied to the clipboard via the existing 1. Correctness & Implementation Bugs — ✅2. AGENTS.md Adherence — ✅3. Security — ✅4. Performance — ✅5. UI / UX5.1 ( 6. Code Quality & Style6.1 ( 7. Commit Hygiene — ✅8. Tests — ✅9. Documentation — ✅10. Nitpicks / Optional — ✅Generated by Claude. This is advisory; a human reviewer must still approve. |
Review follow-up — round 1no code changes this round — the automated review only raised two items and both are pre-existing / out of scope for this PR. Deferred
|
Lets users grab the latitude/longitude of any point on the map by right-clicking it and copying the coordinates to the clipboard.
Closes #2369