mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
- Add design tag values preset to high-voltage tower
- Add power term to tower - Add design to fields for tower
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "design",
|
||||
"type": "combo",
|
||||
"label": "Design"
|
||||
}
|
||||
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"fields": [
|
||||
"design",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"power"
|
||||
],
|
||||
"tags": {
|
||||
"power": "tower"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user