Call loadFeatures from ol.source.ImageVector

This commit is contained in:
Éric Lemoine
2014-09-23 09:36:00 +02:00
parent 04f5768c76
commit f8702e2038

View File

@@ -105,6 +105,8 @@ ol.source.ImageVector.prototype.canvasFunctionInternal_ =
ol.renderer.vector.getTolerance(resolution, pixelRatio), extent,
resolution);
this.source_.loadFeatures(extent, resolution, projection);
var loading = false;
this.source_.forEachFeatureInExtentAtResolution(extent, resolution,
/**