Skip to content

Commit

Permalink
Use latest release of Google Maps API
Browse files Browse the repository at this point in the history
Following the fix to OpenLayers in the media repository,
Indicia-Team/media@730d9b5,
it is possible to revert to using the latest release of the API.
  • Loading branch information
JimBacon committed Sep 8, 2015
1 parent 9d783c0 commit f2f5af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper_base.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ public static function get_resources()
'reportPicker' => array('deps' => array('treeview'), 'javascript' => array(self::$js_path."reportPicker.js")),
'treeview' => array('deps' => array('jquery'), 'stylesheets' => array(self::$css_path."jquery.treeview.css"), 'javascript' => array(self::$js_path."jquery.treeview.js")),
'treeview_async' => array('deps' => array('treeview'), 'javascript' => array(self::$js_path."jquery.treeview.async.js", self::$js_path."jquery.treeview.edit.js")),
'googlemaps' => array('javascript' => array("$protocol://maps.google.com/maps/api/js?v=3.5&sensor=false")),
'googlemaps' => array('javascript' => array("$protocol://maps.google.com/maps/api/js?v=3&sensor=false")),
'virtualearth' => array('javascript' => array("$protocol://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1")),
'fancybox' => array('deps' => array('jquery'), 'stylesheets' => array(self::$js_path.'fancybox/jquery.fancybox.css'), 'javascript' => array(self::$js_path.'fancybox/jquery.fancybox.pack.js')),
'fancybox2' => array('deps' => array('jquery'), 'stylesheets' => array(self::$js_path.'fancybox2/source/jquery.fancybox.css'), 'javascript' => array(self::$js_path.'fancybox2/source/jquery.fancybox.pack.js')),
Expand Down

0 comments on commit f2f5af0

Please sign in to comment.