id-tagging-schema/data/fields/electrified.json
2020-11-05 11:30:34 -05:00

19 lines
426 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"
}
},
"terms": [
"contact line",
"powered",
"third rail"
]
}