Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrauBeviale, listopad 2024 #88

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions resources/mappings/cities.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,15 @@
"value": "Madryt"
}
]
},
{
"name": "Nürnberg",
"mappings": [
{
"mapping": "translation",
"value": "Norymberga"
}
]
}
]
}
3 changes: 2 additions & 1 deletion resources/trips/2015-07-12-lodz.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"obejrzany sprzęt",
"browar restauracyjny",
"województwo łódzkie",
"instalacja Joh. Albrecht Brautechnik"
"instalacja Joh. Albrecht Brautechnik",
"obecnie zamknięty"
]
}
]
Expand Down
3 changes: 2 additions & 1 deletion resources/trips/2018-10-20-wroclaw.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"piwo spróbowane na miejscu",
"obejrzany sprzęt",
"spotkanie z piwowarem",
"mikrobrowar"
"mikrobrowar",
"obecnie zamknięty"
]
}
]
Expand Down
1 change: 1 addition & 0 deletions resources/trips/2019-08-14-szwajcaria.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"piwo spróbowane na miejscu",
"piwo spróbowane poza browarem",
"browar restauracyjny",
"browar historyczny",
"kraj związkowy Bawaria"
]
},
Expand Down
3 changes: 2 additions & 1 deletion resources/trips/2020-09-18-holandia.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@
"tags": [
"piwo spróbowane na miejscu",
"brewpub",
"prowincja Holandia Południowa"
"prowincja Holandia Południowa",
"obecnie zamknięty"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion resources/trips/2021-07-22-kaszuby.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"obejrzany sprzęt",
"piwo spróbowane na miejscu",
"browar restauracyjny",
"województwo pomorskie"
"województwo pomorskie",
"obecnie zamknięty"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion resources/trips/2023-02-16-praga.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
"obejrzany sprzęt",
"piwo spróbowane na miejscu",
"browar restauracyjny",
"browar stołeczny"
"browar stołeczny",
"obecnie zamknięty"
]
},
{
Expand Down
97 changes: 97 additions & 0 deletions resources/trips/2024-11-25-braubeviale2024.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"name": "BrauBeviale 2024",
"breweries": [
{
"name": "Brauerei Mahr",
"visited": "2024-11-25",
"location": {
"country": "de",
"city": "Bamberg",
"address": "Wunderburg 10",
"coordinates": {
"lat": 49.89002080044896,
"lng": 10.906442062023835
}
},
"tags": [
"kraj związkowy Bawaria",
"piwo spróbowane na miejscu",
"browar restauracyjny"
]
},
{
"name": "Brauerei Keesmann",
"visited": "2024-11-25",
"location": {
"country": "de",
"city": "Bamberg",
"address": "Wunderburg 5",
"coordinates": {
"lat": 49.89036039278193,
"lng": 10.905608861482817
}
},
"tags": [
"kraj związkowy Bawaria",
"piwo spróbowane na miejscu",
"browar regionalny"
]
},
{
"name": "Tucher Mautkeller Nürnberg",
"visited": "2024-11-25",
"location": {
"country": "de",
"city": "Nürnberg",
"address": "Hallpl. 2",
"coordinates": {
"lat": 49.449414312454664,
"lng": 11.079094841080613
}
},
"tags": [
"obejrzany sprzęt",
"kraj związkowy Bawaria",
"browar restauracyjny",
"sieć Tucher"
]
},
{
"name": "Hausbrauerei Altstadthof",
"visited": "2024-11-25",
"location": {
"country": "de",
"city": "Nürnberg",
"address": "Unschlittpl. 9",
"coordinates": {
"lat": 49.45688993247522,
"lng": 11.07470508251356
}
},
"tags": [
"kraj związkowy Bawaria",
"browar restauracyjny",
"piwo spróbowane na miejscu",
"destylarnia"
]
},
{
"name": "Brauerei Schanzenbräu",
"visited": "2024-11-27",
"location": {
"country": "de",
"city": "Nürnberg",
"address": "Proeslerstraße 3",
"coordinates": {
"lat": 49.44839484904009,
"lng": 11.003195700003602
}
},
"tags": [
"kraj związkowy Bawaria",
"piwo spróbowane poza browarem",
"przybrowarniany sklep"
]
}
]
}
Loading