Click the mouse on the icon panoramio or wikipedia does not open
window
this is my code and my websait http://www.flydrivebg.com
var map;
var directionsPanel;
var directions;
var pano;
var wiki;
function switchLayer(checked,layer){
if(checked)map.addOverlay(layer);
if(!checked)map.removeOverlay(layer);
}
function myzoom(a) {
map.setZoom(map.getZoom() + a);
}
function initialize() {
map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(42.698586,25.708008), 6);
pano = new GLayer("com.panoramio.popular");
wiki = new GLayer("org.wikipedia.en");
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---