fix ajax headers not propagated to navigator

This commit is contained in:
eug-L 2024-06-04 15:24:56 +08:00
parent f3a942c522
commit 834ed6ede5

View File

@ -515,6 +515,8 @@ $.Viewer = function( options ) {
crossOriginPolicy: this.crossOriginPolicy,
animationTime: this.animationTime,
drawer: this.drawer.getType(),
loadTilesWithAjax: this.loadTilesWithAjax,
ajaxHeaders: this.ajaxHeaders,
});
}