@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
17 lines (16 loc) • 422 B
JSON
{
"key": "railway:signal:position",
"type": "combo",
"label": "Placement",
"strings": {
"options": {
"left": "Left",
"right": "Right",
"in_track": "In the track",
"bridge": "Overhead (attached to a gantry)",
"overhead": "Overhead (attached to the catenary wire)"
}
},
"autoSuggestions": false,
"customValues": false
}