Rename getAllFeatures to getFeatures

This commit is contained in:
Tim Schaub
2014-03-05 12:29:24 -07:00
parent 30865c2a42
commit 333e4a9625
4 changed files with 18 additions and 18 deletions

View File

@@ -193,7 +193,7 @@ ol.source.Vector.prototype.forEachFeatureInExtent =
* @return {Array.<ol.Feature>} Features.
* @todo stability experimental
*/
ol.source.Vector.prototype.getAllFeatures = function() {
ol.source.Vector.prototype.getFeatures = function() {
var features = this.rBush_.getAll();
if (!goog.object.isEmpty(this.nullGeometryFeatures_)) {
goog.array.extend(