1.3 KiB
1.3 KiB
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| task-054 | Re-enable Map tool with GPS location sharing | Done | 2025-12-15 23:40 | 2025-12-15 23:40 |
|
medium |
Description
Re-enabled the Map tool in the toolbar and context menu. Added GPS location sharing feature allowing collaborators to share their real-time location on the map with colored markers.
Acceptance Criteria
- #1 Map tool visible in toolbar (globe icon)
- #2 Map tool available in context menu under Create Tool
- #3 GPS location sharing toggle button works
- #4 Collaborator locations shown as colored markers
- #5 GPS watch cleaned up on component unmount
Implementation Notes
Implemented in commit 2d9d216.
Changes:
- CustomToolbar.tsx: Uncommented Map tool
- CustomContextMenu.tsx: Uncommented Map tool in Create Tool submenu
- MapShapeUtil.tsx: Added GPS location sharing with collaborator markers
GPS feature includes toggle button, real-time location updates, colored markers for each collaborator, and proper cleanup on unmount.