Merge pull request #9 from 0hAodha/andrew

fix incorrect labelling of latitude as longitude
This commit is contained in:
Conor McNamara
2023-02-06 13:09:58 +00:00
committed by GitHub

View File

@ -4,7 +4,7 @@
<p>Date: {{ selectedDataMap["TrainDate"] }}</p>
<p>Status: {{ selectedDataMap["TrainStatus"] }}</p>
<p>Longitude: {{ selectedDataMap["TrainLongitude"] }}</p>
<p>Longitude: {{ selectedDataMap["TrainLatitude"] }}</p>
<p>Latitude: {{ selectedDataMap["TrainLatitude"] }}</p>
<p>Direction: {{ selectedDataMap["Direction"] }}</p>
<p>Public Message: {{ selectedDataMap["PublicMessage"] }}</p>
</div>
@ -117,4 +117,4 @@ export default {
padding: 10px 20px;
font-size: 16px;
}
</style>
</style>