mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Add fence and wall type fields, add height field to some barriers
(closes #3602)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "fence",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "wall",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
Reference in New Issue
Block a user