From: Steve Sutton Date: Mon, 27 Nov 2017 15:55:11 +0000 (-0500) Subject: update map X-Git-Tag: v1.5.16^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4fc54324e3ffc79ddf7728359eb3cc5770cae064;p=web%2FGaylordGolfMecca.git update map --- diff --git a/Toolkit/Members/Map.php b/Toolkit/Members/Map.php index a2c92d5..dff5fc5 100644 --- a/Toolkit/Members/Map.php +++ b/Toolkit/Members/Map.php @@ -86,10 +86,8 @@ class Toolkit_Members_Map */ public function toHtml($id = "map-canvas", $w = "100%", $h = "300px") { - $GLOBALS['bottomScripts'][] - = MEDIA_BASE_URL . 'Toolkit/Members/libjs/google-map.js'; - $GLOBALS['bottomScripts'][] - = 'http://maps.google.com/maps/api/js?sensor=false'; + $GLOBALS['bottomScripts'][] = 'http://maps.google.com/maps/api/js?v=3'; + $GLOBALS['bottomScripts'][] = MEDIA_BASE_URL . 'Toolkit/Members/libjs/google-map.js'; $format = '
';