@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
17 lines (16 loc) • 445 B
JSON
{
"key": "fire_sprinkler",
"type": "combo",
"label": "Fire Sprinkler Inlet",
"strings": {
"options": {
"dry": "Dedicated Network (Normally Dry)",
"wet": "Connected to Mains (Permanently Filled)",
"pre-action": "Connected to Mains (Pre-Action System)",
"yes": "Unknown Type",
"no": "No"
}
},
"autoSuggestions": false,
"customValues": false
}