mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
20 lines
369 B
JSON
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"
|
|
}
|
|
}
|
|
}
|