chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

Support for WMS opacity option #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While the server-side WebMapServiceLayer component supports the opacity setting 
(and sets its value to the default of 1.0); support for it was not fully 
implemented on the client side.  The result was setting an opacity value on the 
server-side component had no effect.

I have updated the client side code to pass the opacity setting along on the 
options of the OpenLayers.Layers.WMS call.

Attached is a diff file if you would care to add this update to the code base.

Thanks,
John Ryan

Original issue reported on code.google.com by jdryan...@gmail.com on 1 Sep 2011 at 10:13

Attachments:

GoogleCodeExporter commented 9 years ago
committed in r79. 

Thanks!

Original comment by matti.ta...@gmail.com on 2 Sep 2011 at 7:52