mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add Produce field
This commit is contained in:
@@ -954,6 +954,9 @@ en:
|
||||
power_supply:
|
||||
# power_supply=*
|
||||
label: Power Supply
|
||||
produce:
|
||||
# produce=*
|
||||
label: Produce
|
||||
product:
|
||||
# product=*
|
||||
label: Product
|
||||
|
||||
@@ -1255,6 +1255,11 @@
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
},
|
||||
"produce": {
|
||||
"key": "produce",
|
||||
"type": "combo",
|
||||
"label": "Produce"
|
||||
},
|
||||
"product": {
|
||||
"key": "product",
|
||||
"type": "combo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "produce",
|
||||
"type": "combo",
|
||||
"label": "Produce"
|
||||
}
|
||||
@@ -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,7 +2,8 @@
|
||||
"icon": "farm",
|
||||
"fields": [
|
||||
"operator",
|
||||
"crop"
|
||||
"crop",
|
||||
"produce"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "park-alt1",
|
||||
"fields": [
|
||||
"leaf_type",
|
||||
"leaf_cycle"
|
||||
"leaf_cycle",
|
||||
"produce"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
|
||||
Vendored
+3
@@ -1527,6 +1527,9 @@
|
||||
"power": {
|
||||
"label": "Type"
|
||||
},
|
||||
"produce": {
|
||||
"label": "Produce"
|
||||
},
|
||||
"product": {
|
||||
"label": "Product"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user