Merge pull request #4933 from vershwal/outdoor_seating_preset

Outdoor seating preset
This commit is contained in:
Bryan Housel
2018-03-23 15:39:51 -04:00
committed by GitHub
5 changed files with 63 additions and 0 deletions

View File

@@ -3758,6 +3758,11 @@ en:
name: Nature Reserve
# 'terms: protected,wildlife'
terms: '<translate with synonyms or related terms for ''Nature Reserve'', separated by commas>'
leisure/outdoor_seating:
# leisure=outdoor_seating
name: Outdoor Seating Area
# 'terms: al fresco,beer garden,dining,cafe,restaurant,pub,bar,patio'
terms: '<translate with synonyms or related terms for ''Outdoor Seating Area'', separated by commas>'
leisure/park:
# leisure=park
name: Park

View File

@@ -10213,6 +10213,31 @@
],
"name": "Nature Reserve"
},
"leisure/outdoor_seating": {
"icon": "picnic-site",
"geometry": [
"point",
"area"
],
"fields": [
"name",
"operator"
],
"terms": [
"al fresco",
"beer garden",
"dining",
"cafe",
"restaurant",
"pub",
"bar",
"patio"
],
"tags": {
"leisure": "outdoor_seating"
},
"name": "Outdoor Seating Area"
},
"leisure/park": {
"icon": "park",
"geometry": [

View File

@@ -0,0 +1,25 @@
{
"icon": "picnic-site",
"geometry": [
"point",
"area"
],
"fields": [
"name",
"operator"
],
"terms": [
"al fresco",
"beer garden",
"dining",
"cafe",
"restaurant",
"pub",
"bar",
"patio"
],
"tags": {
"leisure": "outdoor_seating"
},
"name": "Outdoor Seating Area"
}

View File

@@ -1889,6 +1889,10 @@
"key": "leisure",
"value": "nature_reserve"
},
{
"key": "leisure",
"value": "outdoor_seating"
},
{
"key": "leisure",
"value": "park"

View File

@@ -4645,6 +4645,10 @@
"name": "Nature Reserve",
"terms": "protected,wildlife"
},
"leisure/outdoor_seating": {
"name": "Outdoor Seating Area",
"terms": "al fresco,beer garden,dining,cafe,restaurant,pub,bar,patio"
},
"leisure/park": {
"name": "Park",
"terms": "esplanade,estate,forest,garden,grass,green,grounds,lawn,lot,meadow,parkland,place,playground,plaza,pleasure garden,recreation area,square,tract,village green,woodland"