Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -131,8 +131,8 @@ |
132 | 132 | # Array. The minimum and maximum width and height for all maps. First min, then max. Min needs to be smaller then max. |
133 | 133 | # When the height or width exceed their limits, they will be changed to the closest allowed value. |
134 | 134 | $egMapsSizeRestrictions = array( |
135 | | - 'width' => array( 100, 1000 ), |
136 | | - 'height' => array( 0, 1000 ), |
| 135 | + 'width' => array( 50, 1020 ), |
| 136 | + 'height' => array( 50, 1000 ), |
137 | 137 | ); |
138 | 138 | |
139 | 139 | # Strings. The default coordinates for the map. Must be in floating point notation. |