6156: url and Google Map API

svn: r20632
This commit is contained in:
Jérôme Rapinat 2012-11-05 09:05:30 +00:00
parent f63246417c
commit bf9b4ea7a1

View File

@ -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