Skip to content

Commit

Permalink
AddHairdresserCustomers: don't ask for barber shops (fixes #6108)
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 24, 2025
1 parent 2bb7cdd commit 353a1ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class AddHairdresserCustomers : OsmFilterQuestType<HairdresserCustomers>() {
nodes, ways with
(
shop = hairdresser
and hairdresser != barber
and !female and !male
and !male:signed and !female:signed
)
Expand Down

0 comments on commit 353a1ef

Please sign in to comment.