From da28aa7b2298041e641c5d7269785b642e42b8ce Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 24 Mar 2025 13:45:00 +0000 Subject: Add
--- core/views/editor_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/editor_helpers.py b/core/views/editor_helpers.py index 8028c4f..fd6320e 100644 --- a/core/views/editor_helpers.py +++ b/core/views/editor_helpers.py @@ -160,7 +160,7 @@ def extract_gps(dict): ref = "True" else: ref ="" - direction = f"Direction of view: {nsew:2} ({bearing:.0f}°{ref})" + direction = f"
Direction of view: {nsew:2} ({bearing:.0f}°{ref})" else: direction = "" -- cgit v1.2.3