From e56ead14188acd66d0062c3bdb78612467e76eb3 Mon Sep 17 00:00:00 2001 From: Ayolo Date: Sat, 19 Jul 2008 23:43:09 +0000 Subject: [PATCH] gmap --- include/cts/gmap.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/cts/gmap.inc.php b/include/cts/gmap.inc.php index dc654c380..6daf82f8e 100644 --- a/include/cts/gmap.inc.php +++ b/include/cts/gmap.inc.php @@ -152,8 +152,7 @@ function(point) return; else { - var zoom = point.Placemark[0]; - zoom = zoom.AddressDetails.Accuracy; + var zoom = point.AddressDetails.Accuracy; ".$this->name.".setCenter(point,zoom); ".$this->name.".addOverlay(new google.maps.Marker(point)); } -- GitLab