Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-12-16 15:15:13 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2015-12-29 16:42:37 +0300
commit1b7f5d825774cbb70389219e6f0984842fb9d265 (patch)
treec9cda70c8d188e6904fd76ca7cdffdad939bc9e9 /indexer/ftypes_matcher.cpp
parent126ade0d8d056e3ee898baff69b624d380280222 (diff)
Buildings min height.
Diffstat (limited to 'indexer/ftypes_matcher.cpp')
-rw-r--r--indexer/ftypes_matcher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp
index 2f65c2fc6c..65c6a150a9 100644
--- a/indexer/ftypes_matcher.cpp
+++ b/indexer/ftypes_matcher.cpp
@@ -172,6 +172,7 @@ IsBuildingChecker::IsBuildingChecker()
Classificator const & c = classif();
m_types.push_back(c.GetTypeByPath({ "building" }));
+ m_types.push_back(c.GetTypeByPath({ "building:part" }));
m_types.push_back(c.GetTypeByPath({ "building", "address" }));
}