Remove extra parameters

This commit is contained in:
Frederic Junod
2018-09-27 17:39:24 +02:00
parent 6ce56329dd
commit f58cd03f3b
5 changed files with 5 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ class MapRenderer extends Disposable {
if (layer.getSource()) {
result = layerRenderer.forEachFeatureAtCoordinate(
layer.getSource().getWrapX() ? translatedCoordinate : coordinate,
frameState, hitTolerance, forEachFeatureAtCoordinate, thisArg);
frameState, hitTolerance, forEachFeatureAtCoordinate);
}
if (result) {
return result;