mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 16:09:52 +00:00
fixed platform parsing
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@697 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
07fd0eafa3
commit
3f61979eb1
1 changed files with 1 additions and 1 deletions
|
@ -429,8 +429,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
+ "fpDate\\s*=\"(\\d{2}[\\.-]\\d{2}[\\.-]\\d{2}|\\d{4}-\\d{2}-\\d{2})\"\\s*" // date
|
||||
+ "delay\\s*=\"(?:-|k\\.A\\.?|cancel|\\+?\\s*(\\d+))\"\\s*" // delay
|
||||
+ "(?:e_delay\\s*=\"\\d+\"\\s*)?" // (???)
|
||||
+ "(?:newpl\\s*=\"([^\"]*)\"\\s*)?" //
|
||||
+ "(?:platform\\s*=\"([^\"]*)\"\\s*)?" // position
|
||||
+ "(?:newpl\\s*=\"([^\"]*)\"\\s*)?" //
|
||||
+ "(?:targetLoc\\s*=\"([^\"]*)\"\\s*)?" // destination
|
||||
+ "(?:hafasname\\s*=\"([^\"]*)\"\\s*)?" // line
|
||||
+ "(?:dirnr\\s*=\"(\\d+)\"\\s*)?" // destination id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue