mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-30 06:13:51 +01: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:
parent
43e30d235b
commit
21244368a6
4 changed files with 17 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "radio",
|
||||
"type": "manyCombo",
|
||||
"keys": [
|
||||
"male",
|
||||
"female",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue