Browse Source

google maps fix - they changed the URL...

Mark Scherer 10 years ago
parent
commit
796864e49b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Lib/GeocodeLib.php

+ 1 - 1
Lib/GeocodeLib.php

@@ -20,7 +20,7 @@ App::uses('HttpSocket', 'Network/Http');
 class GeocodeLib {
 
 	const BASE_URL = 'https://{host}/maps/api/geocode/json?';
-	const DEFAULT_HOST = 'maps.googleapis.com';
+	const DEFAULT_HOST = 'maps.google.com';
 
 	const ACC_COUNTRY = 0;
 	const ACC_AAL1 = 1;