<?php
$src_locations = "open-api";
$src_departures = "open-api";
$src_trips = "open-api";
$plus_hours = 1;
$minutes_ago = 5;
// I computed a reasonable-enough range, using math and https://en.wikipedia.org/wiki/Geographic_coordinate_system#Length_of_a_degree and https://en.wikipedia.org/wiki/Decimal_degrees 
// lol j/k my eyes glazed over a bit because both those pages assume current familiarity with some math concepts I haven't touched in literally decades and were poorly explained by bad teachers at the time so I just fiddled with some constants until it seemed kinda right
$lat_range = 0.002;
$lon_range = 0.004;
?>
