From 30ee5096f572d4beaf1486ead5921c9d681d2360 Mon Sep 17 00:00:00 2001 From: maiwann Date: Fri, 26 Oct 2018 22:42:14 +0200 Subject: [PATCH] Add Le labo --- locations/lyon.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/locations/lyon.json b/locations/lyon.json index 10a07e8..3a31143 100644 --- a/locations/lyon.json +++ b/locations/lyon.json @@ -25,5 +25,14 @@ "type": "coffee", "power": {"available": true}, "wifi": {"available": true} - } + }, + { + "name": "Le Labo", + "lat": 45.75029, + "lon": 4.83938, + "address": "39 rue de Marseille, 69002, Lyon", + "type": "coffee", + "power": {"available": true}, + "wifi": {"available": true} +} ]