Skip to content

Commit

Permalink
Merge c9c56df into a83a104
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Sep 23, 2019
2 parents a83a104 + c9c56df commit a1b72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/3d-tiles/src/lib/tileset/tileset-3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default class Tileset3D {
// ? Axis.fromName(tilesetJson.asset.gltfUpAxis)
// : Axis.Y;

this._root = this._initializeTileHeaders(tilesetJson, null);
this._root = this._initializeTileHeaders(tilesetJson, null, this.basePath);

// Calculate cartographicCenter & zoom props to help apps center view on tileset
this._calculateViewProps();
Expand Down

0 comments on commit a1b72c3

Please sign in to comment.