diff --git a/data/presets.yaml b/data/presets.yaml index bde4bcf04..c82ef2d9f 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -276,13 +276,6 @@ en: bath/type: # 'bath:type=*' label: Specialty - options: - # 'bath:type=foot_bath' - foot_bath: Foot Bath - # 'bath:type=hot_spring' - hot_spring: Hot Spring - # 'bath:type=onsen' - onsen: Japanese Onsen beauty: # beauty=* label: Services diff --git a/data/presets/fields.json b/data/presets/fields.json index ce0a9e9ca..246a31ca5 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -35,7 +35,7 @@ "basin": {"key": "basin", "type": "combo", "label": "Type"}, "bath/open_air": {"key": "bath:open_air", "label": "Open Air", "type": "check"}, "bath/sand_bath": {"key": "bath:sand_bath", "label": "Sand Bath", "type": "check"}, - "bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty", "strings": {"options": {"onsen": "Japanese Onsen", "foot_bath": "Foot Bath", "hot_spring": "Hot Spring"}}}, + "bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty"}, "beauty": {"key": "beauty", "type": "semiCombo", "label": "Services"}, "bench": {"key": "bench", "type": "check", "label": "Bench", "terms": ["seating"]}, "bicycle_parking": {"key": "bicycle_parking", "type": "combo", "label": "Type"}, diff --git a/data/presets/fields/bath/type.json b/data/presets/fields/bath/type.json index 48907ad8c..f0ab42b8f 100644 --- a/data/presets/fields/bath/type.json +++ b/data/presets/fields/bath/type.json @@ -1,12 +1,5 @@ { "key": "bath:type", "type": "combo", - "label": "Specialty", - "strings": { - "options": { - "onsen": "Japanese Onsen", - "foot_bath": "Foot Bath", - "hot_spring": "Hot Spring" - } - } + "label": "Specialty" } diff --git a/data/taginfo.json b/data/taginfo.json index 6e05ee3df..fc0422b4e 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1353,9 +1353,7 @@ {"key": "basin", "description": "🄵 Type"}, {"key": "bath:open_air", "description": "🄵 Open Air"}, {"key": "bath:sand_bath", "description": "🄵 Sand Bath"}, - {"key": "bath:type", "value": "onsen", "description": "🄵 Specialty"}, - {"key": "bath:type", "value": "foot_bath", "description": "🄵 Specialty"}, - {"key": "bath:type", "value": "hot_spring", "description": "🄵 Specialty"}, + {"key": "bath:type", "description": "🄵 Specialty"}, {"key": "beauty", "description": "🄵 Services"}, {"key": "bench", "description": "🄵 Bench"}, {"key": "bicycle_parking", "description": "🄵 Type"}, diff --git a/dist/locales/en.json b/dist/locales/en.json index f41a92426..17f0c9e33 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -2834,12 +2834,7 @@ "label": "Sand Bath" }, "bath/type": { - "label": "Specialty", - "options": { - "onsen": "Japanese Onsen", - "foot_bath": "Foot Bath", - "hot_spring": "Hot Spring" - } + "label": "Specialty" }, "beauty": { "label": "Services"