From d9af8b93cbb0e708c33067d766450b0d7b723f1b Mon Sep 17 00:00:00 2001 From: Oliver Wipfli Date: Wed, 20 Apr 2022 18:54:48 +0200 Subject: [PATCH] Fix terrain source button --- debug/terrain.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/terrain.html b/debug/terrain.html index afdb56cc83..e45ca8ba99 100644 --- a/debug/terrain.html +++ b/debug/terrain.html @@ -83,7 +83,7 @@ map.addControl( new maplibregl.TerrainControl({ - source: 'terrain', + source: 'terrainSource', exaggeration: 1 }) );