Merge pull request #4920 from vershwal/allotments_plot

Added preset for allotments=plot.
This commit is contained in:
Bryan Housel
2018-03-21 15:30:05 -04:00
committed by GitHub
5 changed files with 46 additions and 0 deletions
+4
View File
@@ -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
+17
View File
@@ -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": [
+17
View File
@@ -0,0 +1,17 @@
{
"geometry": [
"area"
],
"fields": [
"name",
"ref"
],
"tags": {
"allotments": "plot"
},
"reference": {
"key": "allotments",
"value": "plot"
},
"name": "Community Garden Plot"
}
+4
View File
@@ -131,6 +131,10 @@
"key": "aeroway",
"value": "terminal"
},
{
"key": "allotments",
"value": "plot"
},
{
"key": "amenity",
"value": "bus_station"
+4
View File
@@ -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": ""