mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Add terms and product field to brewery and distillery presets
This commit is contained in:
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Vendored
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user