remove property Layer.Vector.isVector, it serves no purpose, r=bartvde (closes #2888)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10846 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -122,12 +122,6 @@ OpenLayers.Layer.Vector = OpenLayers.Class(OpenLayers.Layer, {
|
||||
*/
|
||||
isFixed: false,
|
||||
|
||||
/**
|
||||
* APIProperty: isVector
|
||||
* {Boolean} Whether the layer is a vector layer.
|
||||
*/
|
||||
isVector: true,
|
||||
|
||||
/**
|
||||
* APIProperty: features
|
||||
* {Array(<OpenLayers.Feature.Vector>)}
|
||||
|
||||
Reference in New Issue
Block a user