Fixed missing address for fitness centers #8162

Merged
biodranik merged 1 commit from ab-address-for-fitness-center into master 2024-05-14 23:26:16 +00:00

View file

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