mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 04:31:36 +02:00
14 lines
386 B
JSON
14 lines
386 B
JSON
{
|
|
"key": "fire_hydrant:awwa_class",
|
|
"type": "combo",
|
|
"label": "AWWA Class (US only)",
|
|
"strings": {
|
|
"options": {
|
|
"AA": "more than 1500 US gal/min (light blue)",
|
|
"A": "between 1500 and 1000 US gal/min (green)",
|
|
"B": "between 1000 and 500 US gal/min (yellow)",
|
|
"C": "less than 500 US gal/min (red)"
|
|
}
|
|
}
|
|
}
|