cosmetic changes -- remove spacing, add spacing. coding standards
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1415 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -46,7 +46,7 @@ OpenLayers.Layer.WMS.prototype =
|
|||||||
}
|
}
|
||||||
|
|
||||||
// unless explicitly set in options, if the layer is transparent,
|
// unless explicitly set in options, if the layer is transparent,
|
||||||
// it will be an overlay
|
// it will be an overlay
|
||||||
if ((options == null) || (options.isBaseLayer == null)) {
|
if ((options == null) || (options.isBaseLayer == null)) {
|
||||||
this.isBaseLayer = ((this.params.TRANSPARENT != "true") &&
|
this.isBaseLayer = ((this.params.TRANSPARENT != "true") &&
|
||||||
(this.params.TRANSPARENT != true));
|
(this.params.TRANSPARENT != true));
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
|
|||||||
|
|
||||||
// unless explicitly set in options, if the layer is transparent,
|
// unless explicitly set in options, if the layer is transparent,
|
||||||
// it will be an overlay
|
// it will be an overlay
|
||||||
if ((options == null) ||(options.isBaseLayer == null)) {
|
if ((options == null) || (options.isBaseLayer == null)) {
|
||||||
this.isBaseLayer = ((this.params.TRANSPARENT != "true") &&
|
this.isBaseLayer = ((this.params.TRANSPARENT != "true") &&
|
||||||
(this.params.TRANSPARENT != true));
|
(this.params.TRANSPARENT != true));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user