Ciao Ste e grazie per tua risponda
Forse e possibile di cambiare
new GLatLng
con
geocoder = new GClientGeocoder();
function showAddress(address, zoomvalue) {
geocoder.getLatLng(
address,
function(point) {
if (!point) {
alert(address + " nicht gefunden");
} else {
map.setCenter(point, zoomvalue);
}
}
);
}
in contentmap.php questi phrase
map.setCenter( new GLatLng( ".$params->get("keyref")."), ".$zoomlevel.");
map.setMapType(".$maptypes.");
map.enableDragging();
map.disableScrollWheelZoom();
var control;
var marker = new GMarker( new GLatLng( ".$params->get("keyref")."));
marker.bindInfoWindow(\" ".$linkarticolo."<br />".$article->created_by_alias."\");
map.addOverlay(marker);
if ($googlesearch==1){map.enableGoogleBar();}
}
var fenwayPark = new GLatLng(".$params->get("keyref").");
? No lo so come esatto devo fare ma pensi e possibile?
Grazie
saluti,
Steffen