mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 22:00:55 +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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user