diff --git a/src/viewer.js b/src/viewer.js index 5431626f..9da4cd9f 100644 --- a/src/viewer.js +++ b/src/viewer.js @@ -515,6 +515,9 @@ $.Viewer = function( options ) { crossOriginPolicy: this.crossOriginPolicy, animationTime: this.animationTime, drawer: this.drawer.getType(), + loadTilesWithAjax: this.loadTilesWithAjax, + ajaxHeaders: this.ajaxHeaders, + ajaxWithCredentials: this.ajaxWithCredentials, }); }