diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-02-24 18:49:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-02-24 18:49:35 +0100 |
commit | a4f9f523e287fda3e5cce5fcc47521634c530310 (patch) | |
tree | a8eab89d1d4bcc0024a660ded20da6781b6e6836 | |
parent | 09225cc69415692b6c70df1eafa4697de8fab505 (diff) |
add station xsource
-rw-r--r-- | index.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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'; } |