Update task task-024

This commit is contained in:
Jeff Emmett 2025-12-04 20:01:59 -08:00
parent 857879cb7e
commit 254eeda94e
1 changed files with 13 additions and 4 deletions

View File

@ -4,7 +4,7 @@ title: 'Open Mapping: Collaborative Route Planning Module'
status: In Progress status: In Progress
assignee: [] assignee: []
created_date: '2025-12-04 14:30' created_date: '2025-12-04 14:30'
updated_date: '2025-12-05 03:52' updated_date: '2025-12-05 04:01'
labels: labels:
- feature - feature
- mapping - mapping
@ -25,9 +25,9 @@ Implement an open-source mapping and routing layer for the canvas that provides
## Acceptance Criteria ## Acceptance Criteria
<!-- AC:BEGIN --> <!-- AC:BEGIN -->
- [ ] #1 MapLibre GL JS integrated with tldraw canvas - [x] #1 MapLibre GL JS integrated with tldraw canvas
- [ ] #2 OSRM routing backend deployed to Netcup - [x] #2 OSRM routing backend deployed to Netcup
- [ ] #3 Waypoint placement and route calculation working - [x] #3 Waypoint placement and route calculation working
- [ ] #4 Multi-route comparison UI implemented - [ ] #4 Multi-route comparison UI implemented
- [ ] #5 Y.js collaboration for shared route editing - [ ] #5 Y.js collaboration for shared route editing
- [ ] #6 Layer management panel with basemap switching - [ ] #6 Layer management panel with basemap switching
@ -102,4 +102,13 @@ Pushed to feature/open-mapping branch:
- MapLibre GL JS full canvas integration - MapLibre GL JS full canvas integration
- OSRM backend deployment to Netcup - OSRM backend deployment to Netcup
- UI polish and testing - UI polish and testing
**OSRM Backend Deployed (2025-12-05):**
- Docker container running on Netcup RS 8000
- Location: /opt/apps/osrm-routing/
- Public URL: https://routing.jeffemmett.com
- Uses Traefik for routing via Docker network
- Currently loaded with Monaco OSM data (for testing)
- MapShapeUtil updated to use self-hosted OSRM
- Verified working: curl returns valid route responses
<!-- SECTION:NOTES:END --> <!-- SECTION:NOTES:END -->