diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-05 21:02:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-05 21:02:41 +0200 |
commit | 21c8f00083d3078885a9b983247db5e91bfdeb7b (patch) | |
tree | 2760e079423d3f883ef18f10f367e756efefc1d7 /lib | |
parent | 613600da9bda926fb22e9a42e117a3ce1934b798 (diff) |
Add stattion 'Berlin Zoologischer Garten (S)'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index e8b52bc..3855cab 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -655,6 +655,11 @@ my @stations = ( [ 'BGGS', 'Berlin Yorckstr.(S1)', 8089051, 13.3677970, 52.4922890 ], [ 'BYOR', 'Berlin Yorckstr.(S2)', 8089050, 13.3721280, 52.4911700 ], [ 'BZOO', 'Berlin Zoologischer Garten', 8010406, 13.3319920, 52.5072770 ], + [ + 'BZOS', 'Berlin Zoologischer Garten (S)', + 8089046, 13.3319920, + 52.5072770 + ], [ 'BADL', 'Berlin-Adlershof', 8089052, 13.5411290, 52.4350310 ], [ 'BAGL', 'Berlin-Altglienicke', 8089054, 13.5587530, 52.4072990 ], [ 'BBDF', 'Berlin-Biesdorf', 8089055, 13.5558780, 52.5130970 ], |