id-tagging-schema/data/fields/electrified.json
2020-12-08 11:15:01 -05:00

21 lines
485 B
JSON

{
"key": "electrified",
"type": "combo",
"label": "Electrification",
"placeholder": "Contact Line, Electrified Rail...",
"strings": {
"options": {
"contact_line": "Contact Line",
"rail": "Electrified Rail",
"yes": "Yes (unspecified)",
"no": "No"
}
},
"autoSuggestions" : false,
"customValues" : false,
"terms": [
"contact line",
"powered",
"third rail"
]
}