rmaps-online/backlog/tasks/task-6 - c3nav-indoor-integ...

1.1 KiB

id title status assignee created_date updated_date labels dependencies priority
task-6 c3nav indoor integration Done
2025-12-15 19:37 2026-01-02 14:28
high

Description

Deep integration with c3nav: show indoor floor plans, WiFi/BLE positioning, routing through the venue. Display friend positions on indoor maps.

Implementation Notes

Implemented c3nav indoor map integration:

  • Tile proxy API with CORS and session handling
  • Data API proxy for levels/bounds/locations
  • IndoorMapView component with MapLibre GL
  • Floor selector (Level 0-4)
  • Tap-to-set indoor position
  • Position sync between participants
  • Easter egg: 'The Underground of the Underground'

Update (2026-01-02)

Removed indoor map button from UI because c3nav blocks iframe embedding (X-Frame-Options: deny). The C3NavEmbed component now shows a fallback UI with an 'Open c3nav' button that opens in a new tab. Indoor map functionality is effectively deprecated in favor of direct c3nav usage.