Add non-stringified condition, courtesy of tschaub pointing out the error
of my ways :) git-svn-id: http://svn.openlayers.org/trunk/openlayers@1218 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -48,7 +48,7 @@ OpenLayers.Layer.WMS.prototype =
|
||||
);
|
||||
}
|
||||
|
||||
this.isBaseLayer = (this.params.TRANSPARENT != "true");
|
||||
this.isBaseLayer = (this.params.TRANSPARENT != "true" && this.params.TRANSPARENT != true);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user