mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
autocomplete by ajax-getstop where possible
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@591 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
758c24d0de
commit
82413fa953
6 changed files with 85 additions and 12 deletions
|
@ -244,6 +244,10 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
{
|
||||
results.add(new Location(LocationType.POI, localId, lat, lon, null, value));
|
||||
}
|
||||
else if (type == 71) // strange (VBN)
|
||||
{
|
||||
// TODO don't know what to do
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new IllegalStateException("unknown type " + type + " on " + uri);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue