From d42703f9f51150292de0b2b4d461216d243f420f Mon Sep 17 00:00:00 2001 From: ingalls Date: Wed, 2 Oct 2024 10:46:32 -0400 Subject: [PATCH] Set exageration --- api/web/src/stores/map.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/web/src/stores/map.ts b/api/web/src/stores/map.ts index 9cbedc8f3..dcafb6b29 100644 --- a/api/web/src/stores/map.ts +++ b/api/web/src/stores/map.ts @@ -123,7 +123,10 @@ export const useMapStore = defineStore('cloudtak', { tileSize: 256 }) - this.map.setTerrain({ source: '-2' }); + this.map.setTerrain({ + source: '-2', + exaggeration: 2.5 + }); } else { this.hasTerrain = false; }