Add Fish Farm / Hatchery preset

Also added field for aquaculture=*
This commit is contained in:
arch0345 2025-04-15 11:36:11 -07:00
parent d6907ea239
commit b7e03b8807
3 changed files with 35 additions and 2 deletions

View file

@ -0,0 +1,5 @@
{
"key": "aquaculture",
"type": "typeCombo",
"label": "Type"
}

View file

@ -3,7 +3,7 @@
"fields": [
"name",
"operator",
"produce"
"aquaculture"
],
"moreFields": [
"{@templates/contact}",
@ -16,7 +16,6 @@
"landuse": "aquaculture"
},
"terms": [
"fish farm",
"marine farm",
"crustacean",
"algae",

View file

@ -0,0 +1,29 @@
{
"icon": "fas-fish",
"fields": [
"name",
"operator"
],
"moreFields": [
"{landuse/aquaculture}"
],
"geometry": [
"area"
],
"tags": {
"aquaculture": "fish"
},
"addTags": {
"landuse": "aquaculture",
"aquaculture": "fish"
},
"reference": {
"key": "aquaculture",
"value": "fish"
},
"terms": [
"fish farm",
"fish hatchery"
],
"name": "Fish Farm / Hatchery"
}