mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Add field for irrigation=pivot (#1320)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"key": "irrigation",
|
||||
"type": "defaultCheck",
|
||||
"label": "Center-Pivot Irrigation",
|
||||
"terms": [
|
||||
"central pivot irrigation",
|
||||
"water wheel",
|
||||
"circle irrigation"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"undefined": "No",
|
||||
"pivot": "Yes"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8,7 +8,8 @@
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"address"
|
||||
"address",
|
||||
"irrigation_pivot"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
|
||||
Reference in New Issue
Block a user