mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 19:56:23 +02:00
Allow any value for public bath type field (close #7481)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
+1
-3
@@ -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"},
|
||||
|
||||
Vendored
+1
-6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user