Add Produce field

This commit is contained in:
Bryan Housel
2017-02-19 20:18:09 -05:00
parent 65814bcf7f
commit 815a29bc5b
8 changed files with 28 additions and 6 deletions
+3
View File
@@ -954,6 +954,9 @@ en:
power_supply:
# power_supply=*
label: Power Supply
produce:
# produce=*
label: Produce
product:
# product=*
label: Product
+5
View File
@@ -1255,6 +1255,11 @@
"type": "typeCombo",
"label": "Type"
},
"produce": {
"key": "produce",
"type": "combo",
"label": "Produce"
},
"product": {
"key": "product",
"type": "combo",
+5
View File
@@ -0,0 +1,5 @@
{
"key": "produce",
"type": "combo",
"label": "Produce"
}
+6 -3
View File
@@ -5959,7 +5959,8 @@
"landuse/aquaculture": {
"icon": "aquarium",
"fields": [
"operator"
"operator",
"produce"
],
"geometry": [
"area"
@@ -6048,7 +6049,8 @@
"icon": "farm",
"fields": [
"operator",
"crop"
"crop",
"produce"
],
"geometry": [
"area"
@@ -6086,7 +6088,8 @@
"icon": "park-alt1",
"fields": [
"leaf_type",
"leaf_cycle"
"leaf_cycle",
"produce"
],
"geometry": [
"area"
@@ -1,7 +1,8 @@
{
"icon": "aquarium",
"fields": [
"operator"
"operator",
"produce"
],
"geometry": [
"area"
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "farm",
"fields": [
"operator",
"crop"
"crop",
"produce"
],
"geometry": [
"area"
+2 -1
View File
@@ -2,7 +2,8 @@
"icon": "park-alt1",
"fields": [
"leaf_type",
"leaf_cycle"
"leaf_cycle",
"produce"
],
"geometry": [
"area"
+3
View File
@@ -1527,6 +1527,9 @@
"power": {
"label": "Type"
},
"produce": {
"label": "Produce"
},
"product": {
"label": "Product"
},