id-tagging-schema/data/fields/electrified.json
2022-01-25 14:28:05 +01:00

21 lines
483 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"
]
}