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

View File

@@ -70,7 +70,7 @@ describe('ol.renderer.canvas.VectorLayer', function() {
map.getRenderer(), layer);
var replayGroup = {};
renderer.replayGroup_ = replayGroup;
replayGroup.forEachGeometryAtPixel = function(resolution,
replayGroup.forEachFeatureAtPixel = function(resolution,
rotation, coordinate, skippedFeaturesUids, callback) {
var geometry = new ol.geom.Point([0, 0]);
var feature = new ol.Feature();