From 78cff44957a8d45a6abe3c62bfaf1e440f703026 Mon Sep 17 00:00:00 2001 From: "andreas.schildbach" Date: Fri, 29 Oct 2010 21:48:16 +0000 Subject: [PATCH] anyType buildingname is an address git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@329 0924bc21-9374-b0fa-ee44-9ff1593b38f0 --- src/de/schildbach/pte/AbstractEfaProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/schildbach/pte/AbstractEfaProvider.java b/src/de/schildbach/pte/AbstractEfaProvider.java index 35dffd3c..2d4255cc 100644 --- a/src/de/schildbach/pte/AbstractEfaProvider.java +++ b/src/de/schildbach/pte/AbstractEfaProvider.java @@ -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;