From: Stéphane Jacob Date: Fri, 26 Nov 2010 20:39:12 +0000 (+0100) Subject: Do not force addresses to be translated into French. X-Git-Tag: xorg/1.0.2~128 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b869da13aaaaef80157a192ef240a3d364f7d4d1;p=platal.git Do not force addresses to be translated into French. Signed-off-by: Stéphane Jacob --- 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).