Add terms and product field to brewery and distillery presets

This commit is contained in:
Bryan Housel
2017-06-08 14:59:29 -04:00
parent a3f112b7e6
commit 641554f5d9
5 changed files with 58 additions and 24 deletions
+2 -2
View File
@@ -2253,7 +2253,7 @@ en:
craft/brewery:
# craft=brewery
name: Brewery
# 'terms: beer,bier'
# 'terms: alcohol,beer,beverage,bier,booze,cider'
terms: '<translate with synonyms or related terms for ''Brewery'', separated by commas>'
craft/carpenter:
# craft=carpenter
@@ -2280,7 +2280,7 @@ en:
craft/distillery:
# craft=distillery
name: Distillery
# 'terms: beer,bier,non-beer,spirits,liquor,hard alcohol,beverage'
# 'terms: alcohol,beverage,bourbon,booze,brandy,gin,hooch,liquor,mezcal,moonshine,rum,scotch,spirits,still,tequila,vodka,whiskey,whisky'
terms: '<translate with synonyms or related terms for ''Distillery'', separated by commas>'
craft/dressmaker:
# craft=dressmaker
+27 -10
View File
@@ -4127,20 +4127,25 @@
"name": "Bookbinder"
},
"craft/brewery": {
"icon": "beer",
"icon": "poi-storage-tank",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"product"
],
"geometry": [
"point",
"area"
],
"terms": [
"alcohol",
"beer",
"bier"
"beverage",
"bier",
"booze",
"cider"
],
"tags": {
"craft": "brewery"
@@ -4246,20 +4251,32 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"product"
],
"geometry": [
"point",
"area"
],
"terms": [
"beer",
"bier",
"non-beer",
"spirits",
"alcohol",
"beverage",
"bourbon",
"booze",
"brandy",
"gin",
"hooch",
"liquor",
"hard alcohol",
"beverage"
"mezcal",
"moonshine",
"rum",
"scotch",
"spirits",
"still",
"tequila",
"vodka",
"whiskey",
"whisky"
],
"tags": {
"craft": "distillery"
+8 -3
View File
@@ -1,18 +1,23 @@
{
"icon": "beer",
"icon": "poi-storage-tank",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"product"
],
"geometry": [
"point",
"area"
],
"terms": [
"alcohol",
"beer",
"bier"
"beverage",
"bier",
"booze",
"cider"
],
"tags": {
"craft": "brewery"
+19 -7
View File
@@ -4,20 +4,32 @@
"operator",
"address",
"building_area",
"opening_hours"
"opening_hours",
"product"
],
"geometry": [
"point",
"area"
],
"terms": [
"beer",
"bier",
"non-beer",
"spirits",
"alcohol",
"beverage",
"bourbon",
"booze",
"brandy",
"gin",
"hooch",
"liquor",
"hard alcohol",
"beverage"
"mezcal",
"moonshine",
"rum",
"scotch",
"spirits",
"still",
"tequila",
"vodka",
"whiskey",
"whisky"
],
"tags": {
"craft": "distillery"
+2 -2
View File
@@ -3013,7 +3013,7 @@
},
"craft/brewery": {
"name": "Brewery",
"terms": "beer,bier"
"terms": "alcohol,beer,beverage,bier,booze,cider"
},
"craft/carpenter": {
"name": "Carpenter",
@@ -3037,7 +3037,7 @@
},
"craft/distillery": {
"name": "Distillery",
"terms": "beer,bier,non-beer,spirits,liquor,hard alcohol,beverage"
"terms": "alcohol,beverage,bourbon,booze,brandy,gin,hooch,liquor,mezcal,moonshine,rum,scotch,spirits,still,tequila,vodka,whiskey,whisky"
},
"craft/dressmaker": {
"name": "Dressmaker",