hello

I want to overlay a transparent image. I tried "Mike Williams'"way as 
~~~~~~~~
                 var sw = new GLatLng(35,25);
                 var ne = new GLatLng(47,45);
                  var bounds=new GLatLngBounds(sw,ne);
                  alert(bounds);
                  var overlay = 
EInsert.groundOverlay("./images/turkiye_pro_buyuk.png",bounds);
               
                  map.addOverlay(overlay);
~~~~~~~~~~~~~~~

But it failed.

I am developing a JSF application. 

whare am I doing wrong ?
Are there any other alternatives to integrate a transparent image ?

regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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.

Reply via email to