summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index f11cf2b..887008a 100644
--- a/index.pl
+++ b/index.pl
@@ -124,6 +124,9 @@ get '/2ddata.tsv' => sub {
$format = 'train_type || " " || line_no';
$where_clause = 'line_no is not null';
}
+ when ('station') {
+ $format = 'station';
+ }
when ('train_type') {
$format = 'train_type';
}