From b22dd1d284286cfe6dde3afc2a2b81f1d43cad59 Mon Sep 17 00:00:00 2001 From: Nils Petter Fremming <35219649+nilscognite@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:24:10 +0200 Subject: [PATCH] Update AxisGizmoOptions.ts --- viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts b/viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts index ac73b9d716f..a1fc8a59a87 100644 --- a/viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts +++ b/viewer/packages/tools/src/AxisGizmo/AxisGizmoOptions.ts @@ -18,7 +18,7 @@ export class AxisGizmoOptions { public primaryLineWidth = 3; // If 0 invisible public secondaryLineWidth = 0; // If 0 invisible public bobbleLineWidth = 2; // If 0 invisible, only used on secondary axis - public useGeoLabels = true; // If true use EW-NS-UD, otherwise use XYZ or -XYZ + public useGeoLabels = false; // If true use EW-NS-UD, otherwise use XYZ or -XYZ public yUp = false; public fontSize = '12px'; public fontFamily = 'arial';