No description
  • JavaScript 96.9%
  • CSS 2.9%
  • HTML 0.2%
Find a file
Matt 10960ca886 fix(navi): vehicle skips off-network gate; boundary chips show for non-Drive
Vehicle is pure Valhalla road routing — Valhalla snaps endpoints to the nearest
road automatically, so the off-network classifier (OFF_NETWORK_THRESHOLD_M) is
irrelevant for it. Add an early branch in route() that sends vehicle straight to
_route_D_network_only, instead of bandaiding the threshold. Foot/MTB/ATV keep the
gate so users can intentionally pin backcountry points; Auto inherits the skip via
its recursive mode=vehicle probe. Threshold stays at 10.

Frontend: boundary-mode chips now show for all modes except Drive (vehicle).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 16:34:03 +00:00
backend fix(navi): vehicle skips off-network gate; boundary chips show for non-Drive 2026-05-24 16:34:03 +00:00
frontend fix(navi): vehicle skips off-network gate; boundary chips show for non-Drive 2026-05-24 16:34:03 +00:00