diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp index ec6c1916cb..7cb9f873e6 100644 --- a/indexer/ftypes_matcher.cpp +++ b/indexer/ftypes_matcher.cpp @@ -389,7 +389,7 @@ IsStreetOrSquareChecker::IsStreetOrSquareChecker() IsAddressObjectChecker::IsAddressObjectChecker() : BaseChecker(1 /* level */) { base::StringIL const paths = { - "building", "entrance", "amenity", "shop", "tourism", "historic", "office", "craft", "addr:interpolation" + "building", "entrance", "amenity", "shop", "tourism", "historic", "office", "craft", "leisure", "addr:interpolation" }; Classificator const & c = classif();