Remove extra parameters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user