Skip to content

Commit

Permalink
Reduce Exaggeration
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 2, 2024
1 parent 9066351 commit 6080060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/stores/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const useMapStore = defineStore('cloudtak', {

this.map.setTerrain({
source: '-2',
exaggeration: 2.5
exaggeration: 1.5
});
} else {
this.hasTerrain = false;
Expand Down

0 comments on commit 6080060

Please sign in to comment.