From bf9b4ea7a1e9c63136f7981fbac3015a8e475de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Nov 2012 09:05:30 +0000 Subject: [PATCH] 6156: url and Google Map API svn: r20632 --- src/plugins/mapservices/googlemap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/mapservices/googlemap.py b/src/plugins/mapservices/googlemap.py index 289cb615c..cab4d378f 100644 --- a/src/plugins/mapservices/googlemap.py +++ b/src/plugins/mapservices/googlemap.py @@ -51,7 +51,7 @@ class GoogleMapService(MapService): place = self._get_first_place()[0] latitude, longitude = self._lat_lon(place) if longitude and latitude: - self.url = "http://maps.google.com/?sll=%s,%s&z=15" % (latitude, + self.url = "http://maps.google.com/maps/mm?sll=%s,%s&z=15" % (latitude, longitude) return