mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
presets/landuse/allotments/plot.json -> presets/allotments/plot.json
This commit is contained in:
+4
-4
@@ -1763,6 +1763,10 @@ en:
|
||||
name: Airport Terminal
|
||||
# 'terms: airport,aerodrome'
|
||||
terms: '<translate with synonyms or related terms for ''Airport Terminal'', separated by commas>'
|
||||
allotments/plot:
|
||||
# allotments=plot
|
||||
name: Community Garden Plot
|
||||
terms: '<translate with synonyms or related terms for ''Community Garden Plot'', separated by commas>'
|
||||
amenity:
|
||||
# amenity=*
|
||||
name: Amenity
|
||||
@@ -3405,10 +3409,6 @@ 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
|
||||
|
||||
+17
-25
@@ -535,6 +535,23 @@
|
||||
},
|
||||
"name": "Airport Terminal"
|
||||
},
|
||||
"allotments/plot": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"ref"
|
||||
],
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Community Garden Plot"
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"icon": "bus",
|
||||
"fields": [
|
||||
@@ -8363,31 +8380,6 @@
|
||||
],
|
||||
"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": [
|
||||
|
||||
+1
-9
@@ -9,17 +9,9 @@
|
||||
"tags": {
|
||||
"allotments": "plot"
|
||||
},
|
||||
"addTags": {
|
||||
"landuse": "allotments",
|
||||
"allotments": "plot"
|
||||
},
|
||||
"removeTags": {
|
||||
"landuse": "allotments",
|
||||
"allotments": "plot"
|
||||
},
|
||||
"reference": {
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
"name": "Plot"
|
||||
"name": "Community Garden Plot"
|
||||
}
|
||||
+4
-4
@@ -131,6 +131,10 @@
|
||||
"key": "aeroway",
|
||||
"value": "terminal"
|
||||
},
|
||||
{
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "bus_station"
|
||||
@@ -1594,10 +1598,6 @@
|
||||
"key": "landuse",
|
||||
"value": "allotments"
|
||||
},
|
||||
{
|
||||
"key": "allotments",
|
||||
"value": "plot"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
"value": "aquaculture"
|
||||
|
||||
Vendored
+4
-4
@@ -2877,6 +2877,10 @@
|
||||
"name": "Airport Terminal",
|
||||
"terms": "airport,aerodrome"
|
||||
},
|
||||
"allotments/plot": {
|
||||
"name": "Community Garden Plot",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"name": "Bus Station / Terminal",
|
||||
"terms": ""
|
||||
@@ -4349,10 +4353,6 @@
|
||||
"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