From 6db50eddb20347d4ced10e6445cbe60431d874f6 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Tue, 17 May 2022 20:23:15 +0300 Subject: [PATCH] Add some more values to beauty=* (#427) * 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 --- data/fields/beauty.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/fields/beauty.json b/data/fields/beauty.json index c4fef490..ae808c93 100644 --- a/data/fields/beauty.json +++ b/data/fields/beauty.json @@ -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" } } }