Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ mapOf(
or amenity = recycling and recycling_type = centre
or amenity = toilets and (fee = yes or toilets:disposal = flush)
or amenity = shower and (fee = yes or indoor = yes or location = indoor)
or tourism = information and information = office
or tourism = information and information ~ office|visitor_center
or tower:type = observation and fee = yes
or leisure = garden and fee = yes
or leisure = park and fee = yes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class AddPlaceName(
or craft
or amenity = recycling and recycling_type = centre
or amenity = shelter and shelter_type = basic_hut
or tourism = information and information = office
or natural = cave_entrance and fee=yes
or tourism = information and information ~ office|visitor_center
or natural = cave_entrance and fee = yes
or """ +

// The common list is shared by the opening hours quest and the wheelchair quest.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AddWheelchairAccessBusiness : OsmFilterQuestType<WheelchairAccess>(), Andr
or amenity = parking and parking ~ multi-storey|underground|rooftop
or amenity = recycling and recycling_type = centre
or amenity = social_facility and social_facility ~ food_bank|clothing_bank|soup_kitchen|dairy_kitchen
or tourism = information and information = office
or tourism = information and information ~ office|visitor_center
or natural = cave_entrance and fee=yes
or """ +

Expand Down