Files
id-tagging-schema-b/data/fields/electrified.json
2024-08-04 21:09:59 +08:00

22 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"
]
}