Index: trunk/extensions/Maps/Services/GoogleMaps/Maps_GoogleMaps.php |
— | — | @@ -193,8 +193,21 @@ |
194 | 194 | */ |
195 | 195 | public static function getControlNames() { |
196 | 196 | return array( |
197 | | - 'auto', 'large', 'small', 'large-original', 'small-original', 'zoom', 'type', 'type-menu', |
198 | | - 'overlays', 'overview', 'overview-map', 'scale', 'nav-label', 'nav', 'searchbar' |
| 197 | + 'auto', |
| 198 | + 'large', |
| 199 | + 'small', |
| 200 | + 'large-original', |
| 201 | + 'small-original', |
| 202 | + 'zoom', |
| 203 | + 'type', |
| 204 | + 'type-menu', |
| 205 | + 'overlays', |
| 206 | + 'overview', |
| 207 | + 'overview-map', |
| 208 | + 'scale', |
| 209 | + 'nav-label', |
| 210 | + 'nav', |
| 211 | + 'searchbar' |
199 | 212 | ); |
200 | 213 | } |
201 | 214 | |