From b869da13aaaaef80157a192ef240a3d364f7d4d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Fri, 26 Nov 2010 21:39:12 +0100 Subject: [PATCH] Do not force addresses to be translated into French. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- classes/gmapsgeocoder.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/gmapsgeocoder.php b/classes/gmapsgeocoder.php index 8347026..405bad1 100644 --- a/classes/gmapsgeocoder.php +++ b/classes/gmapsgeocoder.php @@ -107,7 +107,6 @@ class GMapsGeocoder extends Geocoder { $parameters = array( 'key' => $globals->geocoder->gmaps_key, 'sensor' => 'false', // The queried address wasn't obtained from a GPS sensor. - 'hl' => 'fr', // Output langage. 'oe' => 'utf8', // Output encoding. 'output' => 'json', // Output format. 'gl' => 'fr', // Location preferences (addresses are in France by default). -- 2.1.4