mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
13
data/fields/toilets/disposal.json
Normal file
13
data/fields/toilets/disposal.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"key": "toilets:disposal",
|
||||
"type": "combo",
|
||||
"label": "Disposal",
|
||||
"strings": {
|
||||
"options": {
|
||||
"flush": "Flush",
|
||||
"pitlatrine": "Pit Latrine",
|
||||
"chemical": "Chemical",
|
||||
"bucket": "Bucket"
|
||||
}
|
||||
}
|
||||
}
|
||||
5
data/fields/toilets/handwashing.json
Normal file
5
data/fields/toilets/handwashing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "toilets:handwashing",
|
||||
"type": "check",
|
||||
"label": "Handwashing"
|
||||
}
|
||||
5
data/fields/toilets/position.json
Normal file
5
data/fields/toilets/position.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "toilets:position",
|
||||
"type": "semiCombo",
|
||||
"label": "Positions"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue