Update task task-028

This commit is contained in:
Jeff Emmett 2025-12-04 13:34:28 -08:00
parent f9f54f9f32
commit 36ea5e5482
1 changed files with 16 additions and 3 deletions

View File

@ -5,7 +5,7 @@ status: In Progress
assignee: assignee:
- '@claude' - '@claude'
created_date: '2025-12-04 21:12' created_date: '2025-12-04 21:12'
updated_date: '2025-12-04 21:24' updated_date: '2025-12-04 21:34'
labels: labels:
- feature - feature
- mapping - mapping
@ -36,8 +36,8 @@ This is the foundation that task-024 (Route Planning) and other spatial features
- [x] #2 Coordinate transformation functions (geo ↔ canvas) working accurately - [x] #2 Coordinate transformation functions (geo ↔ canvas) working accurately
- [ ] #3 Zoom levels map to appropriate tile zoom levels - [ ] #3 Zoom levels map to appropriate tile zoom levels
- [ ] #4 Pan/zoom gestures work smoothly with tile loading - [ ] #4 Pan/zoom gestures work smoothly with tile loading
- [ ] #5 Shapes can be placed with lat/lng coordinates - [x] #5 Shapes can be placed with lat/lng coordinates
- [ ] #6 Basic MapLibre GL or Leaflet integration pattern established - [x] #6 Basic MapLibre GL or Leaflet integration pattern established
<!-- AC:END --> <!-- AC:END -->
## Implementation Notes ## Implementation Notes
@ -57,4 +57,17 @@ This is the foundation that task-024 (Route Planning) and other spatial features
### In Progress: ### In Progress:
- Wiring up MapLibre GL JS in useMapInstance hook - Wiring up MapLibre GL JS in useMapInstance hook
- Creating MapShapeUtil for tldraw canvas integration - Creating MapShapeUtil for tldraw canvas integration
### Additional Progress:
- Fixed MapLibre attributionControl type issue
- Created MapShapeUtil.tsx with full tldraw integration
- Created MapTool.ts for placing map shapes
- Registered MapShape and MapTool in Board.tsx
- Map shape features:
- Resizable map window
- Interactive pan/zoom toggle
- Location presets (NYC, London, Tokyo, SF, Paris)
- Live coordinate display
- Pin to view support
- Tag system integration
<!-- SECTION:NOTES:END --> <!-- SECTION:NOTES:END -->