mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 00:09:55 +00:00
fare info in connection details
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@371 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
2cd371a3f2
commit
23da0f645e
9 changed files with 85 additions and 12 deletions
|
@ -373,7 +373,7 @@ public class OebbProvider extends AbstractHafasProvider
|
|||
final String link = allDetailsUri; // TODO use print link?
|
||||
|
||||
final Connection connection = new Connection(id, link, overviewDepartureTime, overviewArrivalTime, null, null, 0, from.name, 0,
|
||||
to.name, new ArrayList<Connection.Part>(1));
|
||||
to.name, new ArrayList<Connection.Part>(1), null);
|
||||
connections.add(connection);
|
||||
|
||||
final Matcher mDetCoarse = P_CONNECTION_DETAILS_COARSE.matcher(details);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue