Fixed missing address for fitness centers #8162
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Reference in a new issue