mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
anyType buildingname is an address
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@329 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0e2fa06bd7
commit
78cff44957
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
type = LocationType.ANY;
|
||||
id = 0;
|
||||
}
|
||||
else if ("street".equals(anyType) || "address".equals(anyType) || "singlehouse".equals(anyType))
|
||||
else if ("street".equals(anyType) || "address".equals(anyType) || "singlehouse".equals(anyType) || "buildingname".equals(anyType))
|
||||
{
|
||||
type = LocationType.ADDRESS;
|
||||
id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue