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:
andreas.schildbach 2010-10-29 21:48:16 +00:00
parent 0e2fa06bd7
commit 78cff44957

View file

@ -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;