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 +