diff --git a/src/ol/source/imagevectorsource.js b/src/ol/source/imagevectorsource.js index f7bf16b53c..7f27f19ce6 100644 --- a/src/ol/source/imagevectorsource.js +++ b/src/ol/source/imagevectorsource.js @@ -106,7 +106,7 @@ ol.source.ImageVector.prototype.canvasFunctionInternal_ = resolution); var loading = false; - this.source_.forEachFeatureInExtent(extent, + this.source_.forEachFeatureInExtentAtResolution(extent, resolution, /** * @param {ol.Feature} feature Feature. */