mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
@@ -490,6 +490,8 @@ en:
|
||||
ford: Ford
|
||||
studio_type:
|
||||
label: Type
|
||||
substation:
|
||||
label: Type
|
||||
supervised:
|
||||
label: Supervised
|
||||
surface:
|
||||
|
||||
@@ -1037,6 +1037,11 @@
|
||||
"video"
|
||||
]
|
||||
},
|
||||
"substation": {
|
||||
"key": "substation",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"supervised": {
|
||||
"key": "supervised",
|
||||
"type": "check",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "substation",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Vendored
+3
@@ -1172,6 +1172,9 @@
|
||||
"studio_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"substation": {
|
||||
"label": "Type"
|
||||
},
|
||||
"supervised": {
|
||||
"label": "Supervised"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user