Skip to content

Commit

Permalink
ask OH and wheelchair for office=property_management
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoniecz committed Oct 15, 2024
1 parent f9f5528 commit 51f6c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class AddOpeningHours(
"insurance", "government", "travel_agent", "tax_advisor", "religion",
"employment_agency", "diplomatic", "coworking", "energy_supplier",
"estate_agent", "lawyer", "telecommunication", "educational_institution",
"association", "ngo", "it", "accountant"
"association", "ngo", "it", "accountant", "property_management",
),
"craft" to arrayOf(
// common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AddWheelchairAccessBusiness : OsmFilterQuestType<WheelchairAccess>() {
"insurance", "government", "travel_agent", "tax_advisor", "religion",
"employment_agency", "diplomatic", "coworking",
"estate_agent", "lawyer", "telecommunication", "educational_institution",
"association", "ngo", "it", "accountant",
"association", "ngo", "it", "accountant", "property_management",

// name & wheelchair
"political_party", "therapist"
Expand Down

2 comments on commit 51f6c9b

@FloEdelmann
Copy link
Member

@FloEdelmann FloEdelmann commented on 51f6c9b Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@matkoniecz Why only in the opening hours and wheelchair quests and not in the name quest?

@matkoniecz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.