Set extent berfore features

This commit is contained in:
ahocevar
2019-02-18 11:54:59 +01:00
parent f7b1fe07d0
commit 08be6cf9bc

View File

@@ -147,8 +147,8 @@ class VectorTile extends Tile {
*/
onLoad(features, dataProjection, extent) {
this.setProjection(dataProjection);
this.setFeatures(features);
this.setExtent(extent);
this.setFeatures(features);
}
/**