From 52762f66af9553a40b32e0549b22d63e8739c93d Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 6 Feb 2023 12:37:48 +0000 Subject: [PATCH] fix incorrect labelling of latitude as longitude --- src/components/Map.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Map.vue b/src/components/Map.vue index ed19d3e..270107a 100644 --- a/src/components/Map.vue +++ b/src/components/Map.vue @@ -4,7 +4,7 @@

Date: {{ selectedDataMap["TrainDate"] }}

Status: {{ selectedDataMap["TrainStatus"] }}

Longitude: {{ selectedDataMap["TrainLongitude"] }}

-

Longitude: {{ selectedDataMap["TrainLatitude"] }}

+

Latitude: {{ selectedDataMap["TrainLatitude"] }}

Direction: {{ selectedDataMap["Direction"] }}

Public Message: {{ selectedDataMap["PublicMessage"] }}

@@ -117,4 +117,4 @@ export default { padding: 10px 20px; font-size: 16px; } - \ No newline at end of file +