From a4f9f523e287fda3e5cce5fcc47521634c530310 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 24 Feb 2015 18:49:35 +0100 Subject: add station xsource --- index.pl | 3 +++ 1 file changed, 3 insertions(+) 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'; } -- cgit v1.2.3