Skip to content

Commit

Permalink
Fix loading Cesium 3D Tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen committed May 19, 2020
1 parent 97836c7 commit 9966228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Cesium3DTilesDataLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
var dataSourceControllerOptions = {};
dataSourceControllerOptions.uri = this._thematicDataUrl;
dataSourceControllerOptions.tableType = this._tableType;
this._dataSourceController = new DataSourceController(this._thematicDataSource, dataSourceControllerOptions);
this._dataSourceController = new DataSourceController(this._thematicDataSource, signInController, dataSourceControllerOptions);
this._tableType = Cesium.defaultValue(options.tableType, "");
this._cityobjectsJsonUrl = options.cityobjectsJsonUrl;
this._thematicDataProvider = Cesium.defaultValue(options.thematicDataProvider, "");
Expand Down

0 comments on commit 9966228

Please sign in to comment.