<?php include("dbconn.php");

	$CLOSE_LATLONG =.01;
	$SHORT_WALK = .700;
	
	$BUS_SPEED = 11;	/* 40 kmph is 11.1 meters/sec */
	
?>