navi/backend/services/navi_offroute
Matt a1e891ba70 fix(navi): Auto-mode usability — boundary chips for non-Drive + 50m snap threshold
(1) DirectionsPanel: show boundary-mode chips for all modes except Drive
(vehicle). Drive is pure Valhalla road routing so boundary mode is irrelevant;
Auto/Foot/MTB/ATV may traverse wilderness and need the chips.

(2) router.py: raise OFF_NETWORK_THRESHOLD_M 10 -> 50. Geocoded street addresses
commonly snap 20-50m from the road centerline; 10m forced normal road routes
into wilderness pathfinding.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 16:29:07 +00:00
..
tests feat(offroute): backend Auto mode probes [vehicle,atv,mtb,foot] 2026-05-24 08:53:23 +00:00
__init__.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
admin.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
app.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
barriers.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
cost.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
friction.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
mvum.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
offroute_route.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00
router.py fix(navi): Auto-mode usability — boundary chips for non-Drive + 50m snap threshold 2026-05-24 16:29:07 +00:00
trails.py Add navi-offroute service (extraction #8 — final) (#10) 2026-05-22 23:30:43 -06:00