Unverified Commit a7a9e56e authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

IRIS/ÖBB: more names for country borders

parent 13e60c13
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -328,9 +328,10 @@ sub get_route_p {

				# borders ("Gr" as in "Grenze") are only returned by HAFAS.
				# They are not stations.
				my @hafas_stations
				  = grep { $_ !~ m{(?:\(Gr\)|\)Gr|(?: |/)Staatsgrenze)$} }
				  @station_list;
				my @hafas_stations = grep {
					$_
					  !~ m{(?:\(Gr\)|\)Gr|(?: |/)Staatsgrenze|Granica panstwa)$}
				} @station_list;

				# Manual fixes
				@hafas_stations