From a6ce6abdaec425d5ed5b032923aa50cd5a5fa214 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Tue, 10 Sep 2024 21:41:37 +0200 Subject: [PATCH 1/3] feat(Heightmap): add option to set the default orientation of the heightmap Signed-off-by: Stefan Dej --- src/components/charts/HeightmapChart.vue | 32 +++++++++---- .../settings/SettingsHeightmapTab.vue | 46 +++++++++++++++---- src/locales/en.json | 8 ++++ src/store/gui/heightmap/index.ts | 1 + src/store/gui/heightmap/types.ts | 1 + 5 files changed, 72 insertions(+), 16 deletions(-) diff --git a/src/components/charts/HeightmapChart.vue b/src/components/charts/HeightmapChart.vue index 0d4e81907..ca3788e1c 100644 --- a/src/components/charts/HeightmapChart.vue +++ b/src/components/charts/HeightmapChart.vue @@ -6,7 +6,7 @@ style="height: 600px; width: 100%; overflow: hidden" />