diff --git a/debug/terrain.html b/debug/terrain.html
index d373dc67ffb..afdb56cc836 100644
--- a/debug/terrain.html
+++ b/debug/terrain.html
@@ -1,79 +1,93 @@
+
- MapLibre GL JS debug page for terrian
-
-
-
-
+ MapLibre GL JS debug page for terrian
+
+
+
+
-
-
-
-
+
+ map.addControl(
+ new maplibregl.TerrainControl({
+ source: 'terrain',
+ exaggeration: 1
+ })
+ );
+
-
+
+