From cb1856c6ef960abc51bd546cc4817307c8032113 Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Sun, 6 Jan 2013 10:07:48 -0500 Subject: Changed to Google Maps API v3, requires no API key, and shorter code, --- gpsd.php.in | 53 +++++++++++++++++++++++++---------------------------- 1 file changed, 25 insertions(+), 28 deletions(-) (limited to 'gpsd.php.in') diff --git a/gpsd.php.in b/gpsd.php.in index 1e32d8e5..c056ca20 100644 --- a/gpsd.php.in +++ b/gpsd.php.in @@ -14,6 +14,9 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +# Changed to Google Maps API v3, requires no API key, and shorter code +# Sanjeev Gupta 2013-01-05 + global $head, $blurb, $title, $showmap, $autorefresh, $footer, $gmap_key; global $server, $advertise, $port, $open, $swap_ew, $testmode; $testmode = 1; # leave this set to 1 @@ -554,37 +557,31 @@ EOB; function gen_gmap_head() { global $gmap_key; return << + + EOT; - } function gen_osm_head() { -- cgit v1.2.1