mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-14 15:15:58 +00:00
Merge pull request #4933 from vershwal/outdoor_seating_preset
Outdoor seating preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
25
data/presets/presets/leisure/outdoor_seating.json
Normal file
25
data/presets/presets/leisure/outdoor_seating.json
Normal 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"
|
||||
}
|
||||
@@ -1889,6 +1889,10 @@
|
||||
"key": "leisure",
|
||||
"value": "nature_reserve"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "outdoor_seating"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "park"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user