- 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:
Henry Ho
2018-09-30 17:32:27 -07:00
parent 2fc023a000
commit 67153dc518
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"key": "design",
"type": "combo",
"label": "Design"
}
+4
View File
@@ -1,10 +1,14 @@
{
"fields": [
"design",
"ref"
],
"geometry": [
"vertex"
],
"terms": [
"power"
],
"tags": {
"power": "tower"
},