[search] Updated 'IsShopOrAmenity'.

Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
Viktor Govako 2024-01-31 15:11:36 -03:00
parent 548435a5f8
commit ce315bf9ba

View file

@ -194,17 +194,19 @@ public:
// Amenity types are very fragmented, so take only most _interesting_ here.
{"amenity", "bank"},
{"amenity", "brothel"},
{"amenity", "car_rental"},
{"amenity", "casino"},
{"amenity", "cinema"},
{"amenity", "clinic"},
{"amenity", "hospital"},
{"amenity", "ice_cream"},
{"amenity", "library"},
{"amenity", "marketplace"},
{"amenity", "nightclub"},
{"amenity", "pharmacy"},
{"amenity", "police"},
{"amenity", "post_office"},
{"amenity", "stripclub"},
{"amenity", "taxi"},
{"amenity", "theatre"},
};