From 96b7700d6351bcf1a486039c84e84ba608dfaee2 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 6 Mar 2014 15:01:40 +0100 Subject: [PATCH] Use forEachFeatureInExtentAtResolution in ol.source.ImageVector --- src/ol/source/imagevectorsource.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */