From c648200b97e081295378c4f681ffd8612eb84bb5 Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Sat, 9 May 2026 08:39:10 -0700 Subject: [PATCH] Revert "explorer: fix halo cutoff over terrain by disabling depth test on points (#181)" This reverts commit d68175872eb8748b9f21d5204e6ae0b8015193e4. --- explorer.qmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/explorer.qmd b/explorer.qmd index 01b0ecf..8571bf6 100644 --- a/explorer.qmd +++ b/explorer.qmd @@ -990,7 +990,6 @@ 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, }); } @@ -1334,7 +1333,6 @@ 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, }); } @@ -1489,7 +1487,6 @@ zoomWatcher = { color: Cesium.Color.fromCssColorString(color).withAlpha(0.9), outlineColor: Cesium.Color.WHITE, outlineWidth: 1.5, - disableDepthTestDistance: Number.POSITIVE_INFINITY, scaleByDistance: scalar, }); }