From 16a1e4ab4eb8677d2dc611f2fe869641a49daf48 Mon Sep 17 00:00:00 2001 From: ngalaiko Date: Tue, 15 Oct 2024 18:41:48 +0000 Subject: [PATCH] Update Restaurants and Cafes --- assets/places/big-bird.json | 4 ++-- assets/places/geisha-sushi.json | 4 ++-- assets/places/gourmetkorv.json | 2 +- assets/places/hagabions-cafe.json | 4 ++-- assets/places/kaffe-labet.json | 4 ++-- assets/places/koie-ramen.json | 4 ++-- assets/places/monopolet.json | 9 +++++++++ assets/places/nooodle.json | 4 ++-- assets/places/poppels-citybryggeri.json | 4 ++-- assets/places/trattoria-da-pasquale.json | 4 ++-- 10 files changed, 26 insertions(+), 17 deletions(-) create mode 100644 assets/places/monopolet.json diff --git a/assets/places/big-bird.json b/assets/places/big-bird.json index 4f397b58..4f4f5ae2 100644 --- a/assets/places/big-bird.json +++ b/assets/places/big-bird.json @@ -4,6 +4,6 @@ 11.956427 ], "name": "Big Bird", - "times": 3, - "spent": 1028.5 + "times": 4, + "spent": 1166.5 } \ No newline at end of file diff --git a/assets/places/geisha-sushi.json b/assets/places/geisha-sushi.json index f0558512..6b31315c 100644 --- a/assets/places/geisha-sushi.json +++ b/assets/places/geisha-sushi.json @@ -4,6 +4,6 @@ 11.955287 ], "name": "Geisha Sushi", - "times": 3, - "spent": 719.0 + "times": 4, + "spent": 1004.0 } \ No newline at end of file diff --git a/assets/places/gourmetkorv.json b/assets/places/gourmetkorv.json index 7a0e4412..1b13e947 100644 --- a/assets/places/gourmetkorv.json +++ b/assets/places/gourmetkorv.json @@ -5,5 +5,5 @@ ], "name": "Gourmetkorv", "times": 2, - "spent": 245.0 + "spent": 414.0 } \ No newline at end of file diff --git a/assets/places/hagabions-cafe.json b/assets/places/hagabions-cafe.json index 5a2d0c70..1e2131f3 100644 --- a/assets/places/hagabions-cafe.json +++ b/assets/places/hagabions-cafe.json @@ -4,6 +4,6 @@ 11.95073 ], "name": "Hagabions Cafe", - "times": 19, - "spent": 5685.0 + "times": 20, + "spent": 6134.0 } \ No newline at end of file diff --git a/assets/places/kaffe-labet.json b/assets/places/kaffe-labet.json index 3421d8bb..93701425 100644 --- a/assets/places/kaffe-labet.json +++ b/assets/places/kaffe-labet.json @@ -4,6 +4,6 @@ 11.952616 ], "name": "Kaffe Labet", - "times": 6, - "spent": 185.0 + "times": 7, + "spent": 215.0 } \ No newline at end of file diff --git a/assets/places/koie-ramen.json b/assets/places/koie-ramen.json index 2e304537..d86be941 100644 --- a/assets/places/koie-ramen.json +++ b/assets/places/koie-ramen.json @@ -4,6 +4,6 @@ 11.961785 ], "name": "koie ramen", - "times": 5, - "spent": 1290.0 + "times": 6, + "spent": 1850.0 } \ No newline at end of file diff --git a/assets/places/monopolet.json b/assets/places/monopolet.json new file mode 100644 index 00000000..76e8d7c6 --- /dev/null +++ b/assets/places/monopolet.json @@ -0,0 +1,9 @@ +{ + "location": [ + 57.715475, + 11.973445 + ], + "name": "Monopolet", + "times": 2, + "spent": 318.0 +} \ No newline at end of file diff --git a/assets/places/nooodle.json b/assets/places/nooodle.json index a90da4d0..68f80ddb 100644 --- a/assets/places/nooodle.json +++ b/assets/places/nooodle.json @@ -4,6 +4,6 @@ 11.959661 ], "name": "Nooodle", - "times": 8, - "spent": 1040.0 + "times": 9, + "spent": 1285.0 } \ No newline at end of file diff --git a/assets/places/poppels-citybryggeri.json b/assets/places/poppels-citybryggeri.json index e03777a9..a532dcd8 100644 --- a/assets/places/poppels-citybryggeri.json +++ b/assets/places/poppels-citybryggeri.json @@ -4,6 +4,6 @@ 11.971329 ], "name": "Poppels Citybryggeri", - "times": 34, - "spent": 4590.0 + "times": 38, + "spent": 5130.0 } \ No newline at end of file diff --git a/assets/places/trattoria-da-pasquale.json b/assets/places/trattoria-da-pasquale.json index df052169..f7bf7cb1 100644 --- a/assets/places/trattoria-da-pasquale.json +++ b/assets/places/trattoria-da-pasquale.json @@ -4,6 +4,6 @@ 11.984407 ], "name": "Trattoria Da Pasquale", - "times": 4, - "spent": 1160.65 + "times": 3, + "spent": 895.65 } \ No newline at end of file