'.staticmap(Array(0 => Array($stop[2],$stop[3]))).'

'; -echo '
    '; +// change date/time/service_period +echo '
      '; $url = $APIurl."/json/stoptrips?stop=".$_REQUEST['stopid']."&time=".midnight_seconds()."&service_period=".service_period(); $trips = json_decode(getPage($url)); debug(print_r($trips,true)); --- a/busui/trip.php +++ b/busui/trip.php @@ -18,7 +18,7 @@ $trips = array_flatten(json_decode(getPage($url))); debug(print_r($trips,true)); include_header("Stops on ". $trips[1]->route_short_name . ' '. $trips[1]->route_long_name); -echo '
        '; +echo '
          '; $url = $APIurl."/json/tripstoptimes?trip=".$tripid;