Skip to content

Commit 8e8e50c

Browse files
rdhyeeclaude
andauthored
Add redirect stub for archived 3D Globe Visualization URL (#117)
After moving parquet_cesium_isamples_wide.qmd to tutorials/archive/ in #116, the old public URL /tutorials/parquet_cesium_isamples_wide.html started returning 404, breaking inbound links from Zenodo, emails, and slides. Replace it with a short stub that meta-redirects to the Interactive Explorer (the replacement), provides a canonical link, a visible fallback link, and points to the archived original for anyone who needs the historical page. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f647cfc commit 8e8e50c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "3D Globe Visualization (moved)"
3+
format:
4+
html:
5+
include-in-header:
6+
text: |
7+
<meta http-equiv="refresh" content="0; url=/tutorials/progressive_globe.html">
8+
<link rel="canonical" href="https://isamples.org/tutorials/progressive_globe.html">
9+
---
10+
11+
This page has moved. The **3D Globe Visualization** has been superseded by the
12+
[**Interactive Explorer**](/tutorials/progressive_globe.html), which subsumes
13+
its functionality with zoom-adaptive H3 clustering and sample-level drilldown.
14+
15+
If your browser does not redirect automatically, open
16+
[/tutorials/progressive_globe.html](/tutorials/progressive_globe.html).
17+
18+
The original page is archived for historical reference at
19+
[/tutorials/archive/parquet_cesium_isamples_wide.html](/tutorials/archive/parquet_cesium_isamples_wide.html).

0 commit comments

Comments
 (0)