Rename forEachGeometryAtPixel

This commit is contained in:
tsauerwein
2015-01-23 15:07:02 +01:00
parent 9e7e5efd27
commit 7feb8b22f6
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ ol.renderer.Map.prototype.forEachFeatureAtPixel =
if (!goog.isNull(this.replayGroup)) {
/** @type {Object.<string, boolean>} */
var features = {};
result = this.replayGroup.forEachGeometryAtPixel(viewResolution,
result = this.replayGroup.forEachFeatureAtPixel(viewResolution,
viewRotation, coordinate, {},
/**
* @param {ol.Feature} feature Feature.