diff --git a/src/ol/VectorTile.js b/src/ol/VectorTile.js index e9e0350acb..1f11491345 100644 --- a/src/ol/VectorTile.js +++ b/src/ol/VectorTile.js @@ -147,8 +147,8 @@ class VectorTile extends Tile { */ onLoad(features, dataProjection, extent) { this.setProjection(dataProjection); - this.setFeatures(features); this.setExtent(extent); + this.setFeatures(features); } /**