summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-03-28 11:31:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-03-28 11:31:36 +0200
commit26d8ae1c395c5eb2f650503a2e3a97d182df0f60 (patch)
tree5b670c8108f8d9da578188ee96af00e4f346b5c8 /bin
parent598f19db911f0cd1f3755785ade02de7bf51e82e (diff)
efa-m, EFA: Accept "stopID" stop type
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/efa-m b/bin/efa-m
index 10bf498..0bea51f 100755
--- a/bin/efa-m
+++ b/bin/efa-m
@@ -75,7 +75,7 @@ else {
( $place, $input ) = @ARGV;
}
-if ( $input =~ s{ ^ (?<type> address|poi|stop) : }{}x ) {
+if ( $input =~ s{ ^ (?<type> address|poi|stop|stopID) : }{}x ) {
$input_type = $+{type};
}