mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 05:28:03 +02:00
Replace tunnel_waterway combo with structure_water radio
(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
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "structureRadio",
|
||||
"keys": [
|
||||
"tunnel"
|
||||
],
|
||||
"label": "Structure",
|
||||
"placeholder": "Unknown",
|
||||
"strings": {
|
||||
"options": {
|
||||
"tunnel": "Tunnel"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"key": "tunnel",
|
||||
"type": "combo",
|
||||
"label": "Tunnel"
|
||||
}
|
||||
Reference in New Issue
Block a user