mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-03 16:23:51 +01:00
Add Fish Farm / Hatchery preset
Also added field for aquaculture=*
This commit is contained in:
parent
d6907ea239
commit
b7e03b8807
3 changed files with 35 additions and 2 deletions
5
data/fields/aquaculture.json
Normal file
5
data/fields/aquaculture.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "aquaculture",
|
||||
"type": "typeCombo",
|
||||
"label": "Type"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
29
data/presets/landuse/aquaculture/fish.json
Normal file
29
data/presets/landuse/aquaculture/fish.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue