From 3ec947d73125020677d509b221844ec857d483f6 Mon Sep 17 00:00:00 2001 From: Krzysztof Rewak Date: Sat, 4 May 2024 10:47:09 +0200 Subject: [PATCH] =?UTF-8?q?G=C3=B6rlitz,=20maj=202024=20(#80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Görlitz, maj 2024 * Görlitz, maj 2024 --- resources/trips/2023-10-29-polnoc-wloch.json | 20 ------- resources/trips/2024-05-02-goerlitz.json | 62 ++++++++++++++++++++ 2 files changed, 62 insertions(+), 20 deletions(-) create mode 100644 resources/trips/2024-05-02-goerlitz.json diff --git a/resources/trips/2023-10-29-polnoc-wloch.json b/resources/trips/2023-10-29-polnoc-wloch.json index 08c53dc3..29357656 100644 --- a/resources/trips/2023-10-29-polnoc-wloch.json +++ b/resources/trips/2023-10-29-polnoc-wloch.json @@ -59,26 +59,6 @@ "region Piemont" ] }, - { - "name": "EDIT Torino", - "visited": "2023-10-30", - "location": { - "country": "it", - "city": "Torino", - "address": "Piazza Teresa Noce, 15/A", - "coordinates": { - "lat": 45.07812663586788, - "lng": 7.6931419153342935 - } - }, - "tags": [ - "piwo spróbowane na miejscu", - "obejrzany sprzęt", - "brewpub", - "spotkanie z piwowarem", - "region Piemont" - ] - }, { "name": "Personal Brewery", "visited": "2023-10-30", diff --git a/resources/trips/2024-05-02-goerlitz.json b/resources/trips/2024-05-02-goerlitz.json new file mode 100644 index 00000000..14c7cdcf --- /dev/null +++ b/resources/trips/2024-05-02-goerlitz.json @@ -0,0 +1,62 @@ +{ + "name": "Görlitz, maj 2024", + "breweries": [ + { + "name": "GR-LI Bräu", + "visited": "2024-05-02", + "location": { + "country": "de", + "city": "Görlitz", + "address": "Löbauer Str. 28", + "coordinates": { + "lat": 51.15191176393776, + "lng": 14.974634297907974 + } + }, + "tags": [ + "obejrzany sprzęt", + "mikrobrowar", + "kraj związkowy Saksonia" + ] + }, + { + "name": "Sudost Brauwerkstatt", + "visited": "2024-05-02", + "location": { + "country": "de", + "city": "Görlitz", + "address": "Jakobstraße 4", + "coordinates": { + "lat": 51.15083998351779, + "lng": 14.986039265563054 + } + }, + "tags": [ + "mikrobrowar", + "piwo spróbowane na wynos", + "kraj związkowy Saksonia" + ] + }, + { + "name": "Bierblume", + "visited": "2024-05-02", + "location": { + "country": "de", + "city": "Görlitz", + "address": "Neißstraße 8", + "coordinates": { + "lat": 51.157326443431344, + "lng": 14.99290139490237 + } + }, + "tags": [ + "mikrobrowar", + "obejrzany sprzęt", + "spotkanie z piwowarem", + "piwo spróbowane na miejscu", + "browar przygraniczny", + "kraj związkowy Saksonia" + ] + } + ] +}