Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -55,12 +55,16 @@ |
56 | 56 | # Array of String. Array containing all the geocoding services that will be |
57 | 57 | # made available to the user. Currently Maps provides the following services: |
58 | 58 | # geonames, google, yahoo |
| 59 | + # It is recommended that when using GeoNames you get a GeoNames webservice account |
| 60 | + # at http://www.geonames.org/login and set the username to $egMapsGeoNamesUser below. |
| 61 | + # Not doing this will result into a legacy service being used, which might be |
| 62 | + # disabled at some future point. |
59 | 63 | $egMapsAvailableGeoServices = array( |
60 | 64 | 'geonames', |
61 | 65 | 'google', |
62 | 66 | 'yahoo' |
63 | 67 | ); |
64 | | - |
| 68 | + |
65 | 69 | # String. The default geocoding service, which will be used when no service is |
66 | 70 | # is provided by the user. This service needs to be enabled, if not, the first |
67 | 71 | # one from the available services will be taken. |
Index: trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js |
— | — | @@ -4,7 +4,6 @@ |
5 | 5 | * |
6 | 6 | * @author Jeroen De Dauw <jeroendedauw at gmail dot com> |
7 | 7 | */ |
8 | | - |
9 | 8 | jQuery(document).ready(function() { |
10 | 9 | if ( typeof google != 'undefined' ) { |
11 | 10 | for ( i in window.maps.googlemaps3 ) { |