mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
22 lines
422 B
JSON
22 lines
422 B
JSON
{
|
|
"type": "structureRadio",
|
|
"keys": [
|
|
"bridge",
|
|
"tunnel",
|
|
"embankment",
|
|
"cutting",
|
|
"ford"
|
|
],
|
|
"label": "Structure",
|
|
"placeholder": "Unknown",
|
|
"strings": {
|
|
"options": {
|
|
"bridge": "Bridge",
|
|
"tunnel": "Tunnel",
|
|
"embankment": "Embankment",
|
|
"cutting": "Cutting",
|
|
"ford": "Ford"
|
|
}
|
|
}
|
|
}
|