Hi
I am using the ProjectedOverlay.js to overlay an image with
opecity ..I have to add 5 images but the only first image is get the
opecity value and the rest not affected . I searched the forum and it
was the same at last April but it cant support
unfortinately i didnt publish it but the code is very stright
var boundaries1 = new GLatLngBounds(new GLatLng(31,29), new
GLatLng(32,30));
groundOverlay251 = new ProjectedOverlay ("img/
25/25-1.png",boundaries1);
var boundaries2 = new GLatLngBounds(new GLatLng(31,30), new
GLatLng(32,31));
groundOverlay252 = new ProjectedOverlay ("img/
25/25-2.png",boundaries2);
var boundaries3 = new GLatLngBounds(new GLatLng(31,31), new
GLatLng(32,32));
var groundOverlay253 = new ProjectedOverlay ("img/
25/25-3.png",boundaries3);
function a251(){
map.addOverlay(groundOverlay251);
groundOverlay251.setOpacity(50);}
function a252(){
map.addOverlay(groundOverlay252);
groundOverlay252.setOpacity(50);}
function a253(){
map.addOverlay(groundOverlay253);
groundOverlay253.setOpacity(50);}
any help plz
--
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.