I am trying to change opacity of ImageMapType's tiles dynamically (in
the example I'm using a button, but the final idea is to add an slider
that controls opacity).
When pushing the button, opacity is set to 0, but only for the new
tiles. The old ones remains the same.
I have thought of hiding and showing the overlay, but I guess there
should be an smarter way... Is there a way to refresh ImageMapType's
options?
http://cort.as/08iO
This has been based on Davide Cremonesi's example:
http://neogismap.appspot.com/wms/index.html . Thanks in advance. ;)