From 26d8ae1c395c5eb2f650503a2e3a97d182df0f60 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Mar 2021 11:31:36 +0200 Subject: efa-m, EFA: Accept "stopID" stop type --- bin/efa-m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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{ ^ (? address|poi|stop) : }{}x ) { +if ( $input =~ s{ ^ (? address|poi|stop|stopID) : }{}x ) { $input_type = $+{type}; } -- cgit v1.2.3