update map size
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Jul 2013 15:48:11 +0000 (15:48 +0000)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 10 Jul 2013 15:48:11 +0000 (15:48 +0000)
go from 300 to 400 for map

Toolkit/Members/Map.php

index 409ce68..1a6a2d8 100644 (file)
@@ -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';