summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Travel/Status/DE/HAFAS/Stop.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/Stop.pm b/lib/Travel/Status/DE/HAFAS/Stop.pm
index 01e364d..9948e77 100644
--- a/lib/Travel/Status/DE/HAFAS/Stop.pm
+++ b/lib/Travel/Status/DE/HAFAS/Stop.pm
@@ -22,8 +22,8 @@ sub new {
my $ref = {
eva => $loc->{extId} + 0,
name => $loc->{name},
- lat => $loc->{crd}{x} * 1e-6,
- lon => $loc->{crd}{y} * 1e-6,
+ lat => $loc->{crd}{y} * 1e-6,
+ lon => $loc->{crd}{x} * 1e-6,
weight => $loc->{wt},
distance_m => $loc->{dist},
};