From: Steve Sutton Date: Wed, 10 Jul 2013 15:48:11 +0000 (+0000) Subject: update map size X-Git-Tag: v1.0~84 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=41915672f74eda99df78eca35ced183fb1222f7f;p=web%2FMichiganTrailMaps.git update map size go from 300 to 400 for map --- diff --git a/Toolkit/Members/Map.php b/Toolkit/Members/Map.php index 409ce68..1a6a2d8 100644 --- a/Toolkit/Members/Map.php +++ b/Toolkit/Members/Map.php @@ -32,8 +32,8 @@ class Toolkit_Members_Map /** * Class constructor - * - * @access public + * + * @access public */ public function __construct() { @@ -45,11 +45,11 @@ class Toolkit_Members_Map /** * Description of getMemberXML - * + * * @param array $members Members array - * + * * @return DOMDocument - * @access public + * @access public */ public function getMemberXML(array $members) { @@ -76,14 +76,14 @@ class Toolkit_Members_Map /** * Description for toHtml - * + * * @param string $id Description of $id * @param string $w Description of $w * @param string $h Description of $h - * - * @return string + * + * @return string */ - public function toHtml($id = "map-canvas", $w = "100%", $h = "300px") + public function toHtml($id = "map-canvas", $w = "100%", $h = "400px") { $GLOBALS['bottomScripts'][] = BASE_URL . 'Toolkit/Members/libjs/google-map.js';