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
+1 -1
View File
@@ -106,7 +106,7 @@ ol.source.ImageVector.prototype.canvasFunctionInternal_ =
resolution); resolution);
var loading = false; var loading = false;
this.source_.forEachFeatureInExtent(extent, this.source_.forEachFeatureInExtentAtResolution(extent, resolution,
/** /**
* @param {ol.Feature} feature Feature. * @param {ol.Feature} feature Feature.
*/ */