You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Some shuttle stops are on-request-only—i.e., buses don’t stop at them unless either someone is waiting at the stop or someone on the bus indicates to the driver that they want to get off. We should implement a Boolean flag that indicates whether a particular stop is on-request-only, returning this flag in response to /stops HTTP GET requests so that clients can display these stops differently to users. This will also involve devising some standard way to store this flag in our GPX files since those files are the ground-truth for all routes and stops data.