Closed (fixed)
Project:
Openlayers
Version:
6.x-2.0-alpha8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 11:26 UTC
Updated:
18 Aug 2010 at 15:00 UTC
Adding a transparent WMS layer, "transparent" property doesn't work properly.
In code, "transparent" property is set to '1' and should be set to 'true'. Adding this line:
'#return_value' => TRUE,
In "TRANSPARENT" property definition (lines between 96 and 102) in includes/layer_types/wms.inc file the property works and the layer is shown properly.
Comments
Comment #1
tmcw commentedGreat, committed: http://drupal.org/cvs?commit=402282
Thanks for the fix, this can be hard to track down.
Comment #2
tmcw commented