Add substation type field

Fixes #2486
This commit is contained in:
John Firebaugh
2014-12-21 15:37:13 -08:00
parent 3348ef8c72
commit d9294e3e04
7 changed files with 19 additions and 0 deletions
+2
View File
@@ -490,6 +490,8 @@ en:
ford: Ford
studio_type:
label: Type
substation:
label: Type
supervised:
label: Supervised
surface:
+5
View File
@@ -1037,6 +1037,11 @@
"video"
]
},
"substation": {
"key": "substation",
"type": "typeCombo",
"label": "Type"
},
"supervised": {
"key": "supervised",
"type": "check",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "substation",
"type": "typeCombo",
"label": "Type"
}
+2
View File
@@ -6420,6 +6420,7 @@
},
"power/sub_station": {
"fields": [
"substation",
"operator",
"building"
],
@@ -6435,6 +6436,7 @@
},
"power/substation": {
"fields": [
"substation",
"operator",
"building"
],
@@ -1,5 +1,6 @@
{
"fields": [
"substation",
"operator",
"building"
],
@@ -1,5 +1,6 @@
{
"fields": [
"substation",
"operator",
"building"
],
+3
View File
@@ -1172,6 +1172,9 @@
"studio_type": {
"label": "Type"
},
"substation": {
"label": "Type"
},
"supervised": {
"label": "Supervised"
},