mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 04:57:54 +02:00
use "manyCombo" field for "gender" field, restrict hairdressers to female/male, closes #894
also partially addresses #895 and https://github.com/openstreetmap/iD/issues/7427: for that iD should actually also show the "no" values allow explicitly marking the absense of certain options
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"type": "radio",
|
||||
"type": "manyCombo",
|
||||
"keys": [
|
||||
"male",
|
||||
"female",
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "manyCombo",
|
||||
"keys": [
|
||||
"female",
|
||||
"male"
|
||||
],
|
||||
"label": "{gender}",
|
||||
"stringsCrossReference": "{gender}",
|
||||
"options": [
|
||||
"female",
|
||||
"male"
|
||||
]
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
"opening_hours",
|
||||
"payment_multi",
|
||||
"phone",
|
||||
"gender"
|
||||
"gender_simple"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "hairdresser"
|
||||
|
||||
@@ -2160,6 +2160,8 @@ en:
|
||||
placeholder: Unknown
|
||||
# 'terms: access,female,male,unisex'
|
||||
terms: '[translate with synonyms or related terms for ''Gender'', separated by commas]'
|
||||
gender_simple:
|
||||
# female=*, male=*
|
||||
generator/method:
|
||||
# generator:method=*
|
||||
label: Method
|
||||
|
||||
Reference in New Issue
Block a user