Skip to content

Commit

Permalink
Improve map rendering
Browse files Browse the repository at this point in the history
by making Cesium fetch higher resolution tiles more aggressively as
suggested in
CesiumGS/cesium#3279 (comment)
  • Loading branch information
godsic committed Jul 14, 2022
1 parent ab83dbf commit 76b27b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/cesium.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
mapProjection : new Cesium.WebMercatorProjection(),
});
viewer.scene.globe.maximumScreenSpaceError = 1.0;
viewer.scene.postProcessStages.fxaa.enabled = false;
viewer.infoBox.frame.setAttribute("sandbox", "allow-same-origin allow-popups allow-popups-to-escape-sandbox");
viewer.infoBox.frame.src = "about:blank";
Expand Down

0 comments on commit 76b27b8

Please sign in to comment.