mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 18:43:23 +00:00
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
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"key": "toilets:disposal",
|
|
"type": "combo",
|
|
"label": "Disposal",
|
|
"strings": {
|
|
"options": {
|
|
"flush": "Flush",
|
|
"pitlatrine": "Pit Latrine",
|
|
"chemical": "Chemical",
|
|
"bucket": "Bucket"
|
|
}
|
|
}
|
|
}
|