Skip to content

Commit

Permalink
add preset to landuse=aquaculture
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Feb 19, 2017
1 parent 1a1fc6d commit a5a49a7
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2702,6 +2702,11 @@ en:
name: Community Garden
# 'terms: allotment,garden'
terms: '<translate with synonyms or related terms for ''Community Garden'', separated by commas>'
landuse/aquaculture:
# landuse=aquaculture
name: Aquaculture
# 'terms: fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture'
terms: '<translate with synonyms or related terms for ''Aquaculture'', separated by commas>'
landuse/basin:
# landuse=basin
name: Basin
Expand Down
1 change: 1 addition & 0 deletions data/presets/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"landuse/farmyard",
"landuse/forest",
"landuse/meadow",
"landuse/aquaculture",
"landuse/cemetery",
"landuse/military"
]
Expand Down
1 change: 1 addition & 0 deletions data/presets/categories/landuse.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"landuse/farmyard",
"landuse/forest",
"landuse/meadow",
"landuse/aquaculture",
"landuse/cemetery",
"landuse/military"
]
Expand Down
23 changes: 23 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5956,6 +5956,29 @@
],
"name": "Community Garden"
},
"landuse/aquaculture": {
"icon": "aquarium",
"fields": [
"operator"
],
"geometry": [
"area"
],
"tags": {
"landuse": "aquaculture"
},
"terms": [
"fish farm",
"crustacean",
"algae",
"aquafarming",
"shrimp farm",
"oyster farm",
"mariculture",
"algaculture"
],
"name": "Aquaculture"
},
"landuse/basin": {
"icon": "water",
"geometry": [
Expand Down
23 changes: 23 additions & 0 deletions data/presets/presets/landuse/aquaculture.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"icon": "aquarium",
"fields": [
"operator"
],
"geometry": [
"area"
],
"tags": {
"landuse": "aquaculture"
},
"terms": [
"fish farm",
"crustacean",
"algae",
"aquafarming",
"shrimp farm",
"oyster farm",
"mariculture",
"algaculture"
],
"name": "Aquaculture"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,10 @@
"key": "landuse",
"value": "allotments"
},
{
"key": "landuse",
"value": "aquaculture"
},
{
"key": "landuse",
"value": "basin"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3124,6 +3124,10 @@
"name": "Community Garden",
"terms": "allotment,garden"
},
"landuse/aquaculture": {
"name": "Aquaculture",
"terms": "fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture"
},
"landuse/basin": {
"name": "Basin",
"terms": ""
Expand Down

0 comments on commit a5a49a7

Please sign in to comment.