Index: trunk/extensions/Maps/ParserFunctions/Geocode/Maps_GeocodeFunctions.php |
— | — | @@ -116,6 +116,9 @@ |
117 | 117 | 'criteria' => array( |
118 | 118 | 'in_array' => $egMapsAvailableCoordNotations |
119 | 119 | ), |
| 120 | + 'aliases' => array( |
| 121 | + 'format' |
| 122 | + ), |
120 | 123 | 'default' => $egMapsCoordinateNotation |
121 | 124 | ), |
122 | 125 | 'allowcoordinates' => array( |
Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | |
49 | 49 | # String. The default geocoding service, which will be used when no service is provided by the user. |
50 | 50 | # This service needs to be enabled, if not, the first one from the available services will be taken. |
51 | | -$egMapsDefaultGeoService = 'google'; |
| 51 | +$egMapsDefaultGeoService = 'geonames'; |
52 | 52 | |
53 | 53 | $egMapsUserGeoOverrides = true; |
54 | 54 | |