Index: trunk/extensions/Maps/Features/DisplayPoint/Maps_BasePointMap.php |
— | — | @@ -64,7 +64,7 @@ |
65 | 65 | * @return array |
66 | 66 | */ |
67 | 67 | public function getFeatureParameters() { |
68 | | - global $egMapsDefaultServices, $egMapsDefaultTitle, $egMapsDefaultLabel; |
| 68 | + global $egMapsDefaultServices, $egMapsDefaultTitle, $egMapsDefaultLabel, $egMapsMapWidth, $egMapsMapHeight; |
69 | 69 | |
70 | 70 | return array( |
71 | 71 | 'width' => array( |
Index: trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | * @return array |
65 | 65 | */ |
66 | 66 | public function getFeatureParameters() { |
67 | | - global $egMapsDefaultServices; |
| 67 | + global $egMapsDefaultServices, $egMapsMapWidth, $egMapsMapHeight; |
68 | 68 | |
69 | 69 | return array( |
70 | 70 | 'width' => array( |