these layers are never base layers

git-svn-id: http://svn.openlayers.org/trunk/openlayers@628 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-20 22:16:38 +00:00
parent 2ab99c6c8d
commit 8ef2cc58d5
3 changed files with 24 additions and 2 deletions

View File

@@ -39,7 +39,15 @@ OpenLayers.Layer.Text.prototype =
this.features = null;
OpenLayers.Layer.Markers.prototype.destroy.apply(this, arguments);
},
/** WFS layer is never a base class.
* @type Boolean
*/
isBaseLayer: function() {
return false;
},
/**
* @param {?} ajaxRequest
*/