no reason to redefine these here -- isBaseLayer is defined in OpenLayers.Layer now.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1378 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -21,9 +21,6 @@ OpenLayers.Layer.WMS.prototype =
|
|||||||
format: "image/jpeg"
|
format: "image/jpeg"
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @type Boolean */
|
|
||||||
isBaseLayer: null,
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constructor
|
* @constructor
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -22,10 +22,6 @@ OpenLayers.Layer.WMS.Untiled.prototype =
|
|||||||
format: "image/jpeg"
|
format: "image/jpeg"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/** @type Boolean */
|
|
||||||
isBaseLayer: null,
|
|
||||||
|
|
||||||
/** @type DOMElement */
|
/** @type DOMElement */
|
||||||
imgDiv: null,
|
imgDiv: null,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user