Use forEachFeatureInExtentAtResolution in ol.source.ImageVector
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user