2.2 KiB
2.2 KiB
| id | title | status | assignee | created_date | updated_date | labels | dependencies | priority | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| task-039 | MapShape Integration: Connect Subsystems to Canvas Shape | In Progress | 2025-12-05 02:12 | 2025-12-05 02:21 |
|
|
high |
Description
Evolve MapShapeUtil.tsx to integrate the 6 implemented subsystems (privacy, mycelium, lenses, conics, discovery, presence) into the canvas map shape. Currently the MapShape is a standalone map viewer - it needs to become the central hub for all open-mapping features.
Acceptance Criteria
- #1 MapShape props extended for subsystem toggles
- #2 Presence layer integrated with opt-in location sharing
- #3 Lens system accessible via UI
- #4 Route/waypoint visualization working
- #5 Collaboration sync via Automerge
- #6 Discovery game elements visible on map
Implementation Notes
MapShape Evolution Progress (Dec 5, 2025):
Completed:
-
Extended IMapShape Props - Added comprehensive subsystem configuration types:
MapPresenceConfig- Location sharing with privacy levelsMapLensConfig- Alternative map projectionsMapDiscoveryConfig- Games, anchors, spores, huntsMapRoutingConfig- Waypoints, routes, alternativesMapConicsConfig- Possibility cones visualization
-
Header UI Controls - Subsystem toolbar with:
- ⚙️ Expandable subsystem panel
- Toggle buttons for each subsystem
- Lens selector dropdown (6 lens types)
- Share location button for presence
- Active subsystem indicators in header
-
Visualization Layers Added:
- Route polyline layer (MapLibre GeoJSON source/layer)
- Waypoint markers management
- Routing panel (bottom-right) with stats
- Presence panel (bottom-left) with share button
- Discovery panel (top-right) with checkboxes
- Lens indicator badge (top-left when active)
Still Needed:
- Actual MapLibre marker implementation for waypoints
- Integration with OSRM routing backend
- Connect presence system to actual location services
- Wire up discovery system to anchor/spore data