mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
(closes #4384) - adds the `layer` field so it works like the structure field on highways - also defaults the tunnel type to `culvert` for waterways - also fixed so that `layer` gets removed if user changes types or clicks delete
14 lines
213 B
JSON
14 lines
213 B
JSON
{
|
|
"type": "structureRadio",
|
|
"keys": [
|
|
"tunnel"
|
|
],
|
|
"label": "Structure",
|
|
"placeholder": "Unknown",
|
|
"strings": {
|
|
"options": {
|
|
"tunnel": "Tunnel"
|
|
}
|
|
}
|
|
}
|