On Mar 10, 4:58 pm, Zvezdomir Tanev <[email protected]> wrote:
> Click the mouse on the icon panoramio or wikipedia does not open
> window
> this is my code and my websaithttp://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");
>
>
>
> }-
http://groups.google.com/group/Google-Maps-API/browse_frm/thread/678d0c1361a7276f/25ec79a0d8d5284d#25ec79a0d8d5284d
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---