aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2018-12-23 19:26:59 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2018-12-23 19:26:59 +0100
commite16a2dd548b8a78e914b62620aba40239ef98b04 (patch)
tree7c7360c360a4163820e7a09d5fa36d8c60b04ddb /src/bnetz
parent32025915d564d999c33e73a4b6084d9df0dbd42a (diff)
B-Netz: Add base stations of the Netherlands
Diffstat (limited to 'src/bnetz')
-rw-r--r--src/bnetz/stations.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/bnetz/stations.c b/src/bnetz/stations.c
index a4a4483..f3aa4e6 100644
--- a/src/bnetz/stations.c
+++ b/src/bnetz/stations.c
@@ -182,6 +182,31 @@ static struct bnetz_stations {
{ "Neidhausen", 9, "50o02 06o04" },
{ "Luxemburg", 9, "49o37 06o08" },
+ /* Netherlands */
+ { "Groningen", 8, "53o13 06o34" },
+ { "Leeuwarden", 2, "53o12 05o48" },
+ { "Winschoten", 1, "53o09 07o02" },
+ { "Smilde", 5, "52o57 06o27" },
+ { "Tjerkgaast", 4, "52o54 05o41" },
+ { "Wieringermeer", 8, "52o51 05o02" },
+ { "Coevorden", 9, "52o40 06o44" },
+ { "Alkmaar", 9, "52o38 04o45" },
+ { "Lelystad", 3, "52o31 05o28" },
+ { "Zwolle", 6, "52o31 06o05" },
+ { "Amsterdam", 5, "52o22 04o53" },
+ { "Markelo", 2, "52o15 06o42" },
+ { "Ugchelen", 8, "52o10 05o54" },
+ { "Utrecht", 1, "52o05 05o07" },
+ { "'s-Gravenzande", 6, "52o00 04o10" },
+ { "Rotterdam", 4, "51o56 04o29" },
+ { "Megen", 7, "51o49 05o34" },
+ { "Loon op Zand", 9, "51o38 05o05" },
+ { "Roosendaal", 2, "51o32 04o27" },
+ { "Goes", 5, "51o30 03o53" },
+ { "Mierlo", 5, "51o26 05o37" },
+ { "Venlo", 1, "51o22 06o10" },
+ { "Eys", 3, "50o50 05o55" },
+
{ NULL, 0, NULL }
};