Geo Gateway
Auth-gated proxy to in-cluster routing & geocoding backends.
Endpoints
All require
Authorization: Bearer <key>. Path after /api/v1/ mirrors the OSRM API surface.GET /api/v1/route/{profile}/{coords} — shortest pathGET /api/v1/table/{profile}/{coords} — duration/distance matrixGET /api/v1/nearest/{profile}/{coords} — snap to nearest roadGET /api/v1/match/{profile}/{coords} — map matchingGET /api/v1/trip/{profile}/{coords} — TSP-style tripCoverage
Backed by self-hosted OSRM. Region: Illinois + Indiana + Michigan. Adding states requires a manifest + refresh-version bump in
system/open-platform (workload 205-osrm-router.yaml).