aaronpriven / actium

Programs used for schedules and other information at AC Transit
Other
1 stars 1 forks source link

Line: use new LineID #33

Open aaronpriven opened 7 years ago

aaronpriven commented 7 years ago

Currently the Line database assumes there are no lines with the same names across agencies, even though there's an agency entry in the Line database. A new LineID field was added that adds the agency abbreviation to the line (e.g., line 10 becomes "AC:10"). This field should be used as the table key and in all Perl code dealing with lines.