more tourism

This commit is contained in:
Tykayn 2025-06-18 23:31:18 +02:00 committed by tykayn
parent bbb6bedfde
commit ef0959c43a

View file

@ -14,7 +14,7 @@ class Motocultrice
(
nw["amenity"~"^(cafe|bar|restaurant|library|cinema|fast_food|post_office|marketplace|community_centre|theatre|bank|townhall|animal_boarding|animal_breeding|animal_shelter|animal_training|archive|arts_centre|bank|bar|bicycle_rental|biergarten|boat_rental|boat_storage|bureau_de_change|cafe|canteen|car_rental|car_wash|casino|childcare|clinic|college|conference_centre|courthouse|coworking_space|crematorium|dancing_school|dentist|dive_centre|doctors)$"](area.searchArea);
nw["shop"](area.searchArea);
nw["tourism"~"^(hotel|hostel|chalet|gallery|guest_house|museum|zoo|theme_park|information|aquarium|alpine_hut|apartment)$"](area.searchArea);
nw["tourism"~"^(hotel|hostel|motel|wilderness_hut|yes|chalet|gallery|guest_house|museum|zoo|theme_park|information|aquarium|alpine_hut|apartment)$"](area.searchArea);
nw["healthcare"](area.searchArea);
nw["office"](area.searchArea);
);