Skip to content

Commit

Permalink
Add some more values to beauty=* (#427)
Browse files Browse the repository at this point in the history
* Add some more values to beauty=*

Added some frequent non-ambigous values from [taginfo](https://taginfo.openstreetmap.org/keys/?key=beauty#values) and [wiki](https://wiki.openstreetmap.org/wiki/Key:beauty).

* improve titles, add waxing, hair->hair_removal

see https://wiki.openstreetmap.org/wiki/Key%3Abeauty:

* use descriptions from wiki
* waxing has similar number of uses as the other new values (see https://taginfo.openstreetmap.org/keys/beauty#values)
* the value "hair" is not documented on wiki (probably because of the overlap with shop=hairdresser)

* better description for "beauty=spa"

Co-authored-by: Martin Raifer <martin@raifer.tech>
  • Loading branch information
Zverik and tyrasd authored May 17, 2022
1 parent 7068d6f commit 6db50ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/fields/beauty.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
"label": "Services",
"strings": {
"options": {
"nails": "Nails",
"nails": "Manicure / Pedicure",
"tanning": "Tanning",
"cosmetics": "Cosmetics"
"cosmetics": "Cosmetics",
"spa": "Day Spa",
"skin_care": "Skin Care",
"waxing": "Waxing",
"hair_removal": "Hair Removal"
}
}
}

0 comments on commit 6db50ed

Please sign in to comment.