Skip to content

Commit

Permalink
Set exageration
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 2, 2024
1 parent f834986 commit d42703f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/web/src/stores/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit d42703f

Please sign in to comment.