Ticket #678: 678.patch
| File 678.patch, 0.7 kB (added by sderle, 1 year ago) |
|---|
-
lib/OpenLayers/Layer/WMS.js
old new 47 47 // unless explicitly set in options, if the layer is transparent, 48 48 // it will be an overlay 49 49 if (options == null || options.isBaseLayer == null) { 50 this.isBaseLayer = ((this.params.TRANSPARENT != "true") && 50 this.isBaseLayer = ((this.params.TRANSPARENT != "TRUE") && 51 (this.params.TRANSPARENT != "true") && 51 52 (this.params.TRANSPARENT != true)); 52 53 } 53 54 },
