From 3b2a0dbe48d2ae1c95bf4cff60f3abd5e66f2edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Nov 2012 09:06:31 +0000 Subject: [PATCH] 6156: url and Google Map API svn: r20633 --- gramps/plugins/mapservices/googlemap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/mapservices/googlemap.py b/gramps/plugins/mapservices/googlemap.py index 1810669fa..30e084069 100644 --- a/gramps/plugins/mapservices/googlemap.py +++ b/gramps/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