Skip to content

Commit c528be9

Browse files
authored
Add field for irrigation=pivot (#1320)
1 parent c156fca commit c528be9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

data/fields/irrigation_pivot.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"key": "irrigation",
3+
"type": "defaultCheck",
4+
"label": "Center-Pivot Irrigation",
5+
"terms": [
6+
"central pivot irrigation",
7+
"water wheel",
8+
"circle irrigation"
9+
],
10+
"strings": {
11+
"options": {
12+
"undefined": "No",
13+
"pivot": "Yes"
14+
}
15+
}
16+
}

data/presets/landuse/farmland.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
],
99
"moreFields": [
1010
"{@templates/contact}",
11-
"address"
11+
"address",
12+
"irrigation_pivot"
1213
],
1314
"geometry": [
1415
"area"

0 commit comments

Comments
 (0)