Here you can find a list of routes that have a specified line number. Click on a route's name to see a list of its bus stops and the position of the bus on the map.
No such line. Go back?'; } function PrintRoutes($line){ $routes = getRoutesOfLine($line); echo 'Route # | Route Name | '; echo '
---|---|
' . $route['id'] . ' | '; echo '' . $route['name'] . ' |