map: remove stray clock, unstack incident rail, OSM tile fallback (#118) #122

Merged
logan merged 1 commits from fix/118-map-overlays into main 2026-09-07 19:06:31 -04:00
Owner

components/MapView.tsx only:

  • Deleted the bottom-left live wall-clock (state + 1s interval + render block); the top-center ● Live · {ago} badge already conveys freshness
  • Incident rail moved top-[8rem] -> top-[9.5rem] (clears the zoom stack + fit-all button), capped height + own scroll so it never reaches the legend; pointer-events off on the wrapper, on for the cards
  • Tile fallback Carto -> https://tile.openstreetmap.org/{z}/{x}/{y}.png, attribution simplified (so prod recovers even before #117 deploys)

Closes #118.

🤖 Generated with Claude Code

`components/MapView.tsx` only: - Deleted the bottom-left live wall-clock (state + 1s interval + render block); the top-center `● Live · {ago}` badge already conveys freshness - Incident rail moved `top-[8rem]` -> `top-[9.5rem]` (clears the zoom stack + fit-all button), capped height + own scroll so it never reaches the legend; `pointer-events` off on the wrapper, on for the cards - Tile fallback Carto -> `https://tile.openstreetmap.org/{z}/{x}/{y}.png`, attribution simplified (so prod recovers even before #117 deploys) Closes #118. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
logan added 1 commit 2026-09-07 19:03:14 -04:00
logan merged commit 7a5bd5dbbb into main 2026-09-07 19:06:31 -04:00
logan deleted branch fix/118-map-overlays 2026-09-07 19:06:31 -04:00
Sign in to join this conversation.