Use forEachFeatureInExtentAtResolution in ol.source.ImageVector

This commit is contained in:
Tom Payne
2014-03-06 15:01:40 +01:00
parent ed586bad39
commit 96b7700d63

View File

@@ -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.
*/