Skip to content

Commit

Permalink
do not ask whether sundial is indoors
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Feb 20, 2024
1 parent 1a5ae2e commit e1d19ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class AddIsAmenityIndoor(private val getFeature: (Element) -> Feature?) :
nodes with
(
emergency ~ defibrillator|fire_extinguisher|fire_hose
or amenity ~ atm|telephone|parcel_locker|luggage_locker|locker|clock|post_box|public_bookcase|give_box|ticket_validator|vending_machine
or amenity ~ atm|telephone|parcel_locker|luggage_locker|locker|post_box|public_bookcase|give_box|ticket_validator|vending_machine
or amenity = clock and display != sundial
)
and access !~ private|no
and !indoor and !location and !level and !level:ref
Expand Down

0 comments on commit e1d19ab

Please sign in to comment.