Files
iD/data/presets/fields/structure.json
John Firebaugh 17ba55f58c Fix typo
2013-05-28 15:07:36 -07:00

20 lines
369 B
JSON

{
"type": "radio",
"keys": [
"bridge",
"tunnel",
"embankment",
"cutting"
],
"label": "Structure",
"placeholder": "Unknown",
"strings": {
"options": {
"bridge": "Bridge",
"tunnel": "Tunnel",
"embankment": "Embankment",
"cutting": "Cutting"
}
}
}