--- a/labs/stopBrowser.kml.php +++ b/labs/stopBrowser.kml.php @@ -34,7 +34,7 @@ include ('../include/common.inc.php'); $debugOkay = Array(); // disable debugging output even on dev server -//$contents = getNearbyStops((($bbox_west + $bbox_east) / 2), ($bbox_south + $bbox_north) / 2, 50, 3000); +$contents = getNearbyStops((($bbox_west + $bbox_east) / 2), ($bbox_south + $bbox_north) / 2, 50, 3000); foreach ($contents as $stop) { $description = 'http://bus.lambdacomplex.org/' . 'stop.php?stopid=' . $stop['stop_id'] . "
"; $trips = getStopTripsWithTimes($stop['stop_id'], "", "", "", 3);