mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02:00
Added preset for allotments=plot.
This commit is contained in:
@@ -3405,6 +3405,10 @@ en:
|
||||
name: Community Garden
|
||||
# 'terms: allotment,garden'
|
||||
terms: '<translate with synonyms or related terms for ''Community Garden'', separated by commas>'
|
||||
landuse/allotments/plot:
|
||||
# allotments=plot
|
||||
name: Plot
|
||||
terms: '<translate with synonyms or related terms for ''Plot'', separated by commas>'
|
||||
landuse/aquaculture:
|
||||
# landuse=aquaculture
|
||||
name: Aquaculture
|
||||
|
||||
@@ -8363,6 +8363,31 @@
|
||||
],
|
||||
"name": "Community Garden"
|
||||
},
|
||||
"landuse/allotments/plot": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "allotments",
|
||||
"allotments": "plot"
|
||||
},
|
||||
"removeTags": {
|
||||
"landuse": "allotments",
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Plot"
|
||||
},
|
||||
"landuse/aquaculture": {
|
||||
"icon": "aquarium",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "allotments",
|
||||
"allotments": "plot"
|
||||
},
|
||||
"removeTags": {
|
||||
"landuse": "allotments",
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Plot"
|
||||
}
|
||||
@@ -1594,6 +1594,10 @@
|
||||
"key": "landuse",
|
||||
"value": "allotments"
|
||||
},
|
||||
{
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "aquaculture"
|
||||
|
||||
Vendored
+4
@@ -4349,6 +4349,10 @@
|
||||
"name": "Community Garden",
|
||||
"terms": "allotment,garden"
|
||||
},
|
||||
"landuse/allotments/plot": {
|
||||
"name": "Plot",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/aquaculture": {
|
||||
"name": "Aquaculture",
|
||||
"terms": "fish farm,crustacean,algae,aquafarming,shrimp farm,oyster farm,mariculture,algaculture"
|
||||
|
||||
Reference in New Issue
Block a user