Changeset 3216 for trunk/modules/gmaps/config
- Timestamp:
- 07/27/2008 12:44:08 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/gmaps/config/gmaps.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/gmaps/config/gmaps.php
r3145 r3216 7 7 8 8 $config['api_key'] = 'ABQIAAAAnfs7bKE82qgb3Zc2YyS-oBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSySz_REpPq-4WZA27OwgbtyR3VcA'; 9 10 /** 11 * Using a localised google domain gives more accurated results on geolocation 12 * For example, searches for "Toledo" will return different results within the domain of Spain (http://maps.google.es) 13 * specified by a country code of "es" than within the default domain within the United States (http://maps.google.com). 14 */ 15 16 $config['api_domain'] = 'mqps.google.com';
