Skip to content

Commit

Permalink
Fix full uri (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia committed Sep 23, 2019
1 parent a83a104 commit 5c0bfd8
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 5c0bfd8

Please sign in to comment.