Changeset 1428
- Timestamp:
- 09/09/06 23:43:16 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/WMS.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/WMS.js
r1424 r1428 48 48 // unless explicitly set in options, if the layer is transparent, 49 49 // it will be an overlay 50 if ((options == null) || (options.isBaseLayer == null)) {50 if ((options == null) || !(options.isBaseLayer)) { 51 51 this.isBaseLayer = ((this.params.TRANSPARENT != "true") && 52 52 (this.params.TRANSPARENT != true));
