From b87fe9f502b91b98b338f33cb69d4e1fa56a1fd5 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Tue, 20 Dec 2022 21:46:39 +0100
Subject: [PATCH] Fix coordinates for Breda

---
 share/stations.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/stations.json b/share/stations.json
index 3e4a19a..d97d8f9 100644
--- a/share/stations.json
+++ b/share/stations.json
@@ -10911,8 +10911,8 @@
       "ds100" : "XNBR",
       "eva" : 8400131,
       "latlong" : [
-         51.595554351807,
-         6.3642466
+         51.595215,
+         4.778567
       ],
       "name" : "Breda"
    },
@@ -10920,8 +10920,8 @@
       "ds100" : "ONBRP",
       "eva" : 8400132,
       "latlong" : [
-         51.606388092041,
-         6.3486
+         51.605714,
+         4.72135
       ],
       "name" : "Breda-Prinsenbeek"
    },
-- 
GitLab