diff --git a/explorer.qmd b/explorer.qmd index 8571bf6..01b0ecf 100644 --- a/explorer.qmd +++ b/explorer.qmd @@ -990,6 +990,7 @@ phase1 = { color: Cesium.Color.fromCssColorString(SOURCE_COLORS[row.dominant_source] || '#666').withAlpha(0.8), outlineColor: Cesium.Color.WHITE, outlineWidth: 1.5, + disableDepthTestDistance: Number.POSITIVE_INFINITY, scaleByDistance: scalar, }); } @@ -1333,6 +1334,7 @@ zoomWatcher = { color: Cesium.Color.fromCssColorString(SOURCE_COLORS[row.dominant_source] || '#666').withAlpha(0.85), outlineColor: Cesium.Color.WHITE, outlineWidth: 1.5, + disableDepthTestDistance: Number.POSITIVE_INFINITY, scaleByDistance: scalar, }); } @@ -1487,6 +1489,7 @@ zoomWatcher = { color: Cesium.Color.fromCssColorString(color).withAlpha(0.9), outlineColor: Cesium.Color.WHITE, outlineWidth: 1.5, + disableDepthTestDistance: Number.POSITIVE_INFINITY, scaleByDistance: scalar, }); }