Files
iD/data/presets/fields/toilets/disposal.json
Quincy Morgan 1bd66c3d9e Add presets for Pit Latrine and Flush Toilets
Add Handwashing and Positions fields to the toilet presets
Deprecate alternative, less-common tags for toilets:disposal=pitlatrine
Correct Pit Latrine option string in the Disposal field
2019-04-17 12:40:31 -07:00

14 lines
273 B
JSON

{
"key": "toilets:disposal",
"type": "combo",
"label": "Disposal",
"strings": {
"options": {
"flush": "Flush",
"pitlatrine": "Pit Latrine",
"chemical": "Chemical",
"bucket": "Bucket"
}
}
}