From bac19251b97f51361351f5ecb68c7c0a0fee0197 Mon Sep 17 00:00:00 2001 From: melvill Date: Thu, 20 Sep 2018 17:40:16 +0200 Subject: [PATCH] ajout lieu (La Myne) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C'est à Villeurbanne mais bon, ça me semble plus pertinent de le mettre sur l'entrée "Lyon" que de créer une nouvelle localisation. (Et puis aussi ça me fait un petit exercice pratique de faire l'ajout :p ) --- locations/lyon.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/locations/lyon.json b/locations/lyon.json index 10a07e8..571cd07 100644 --- a/locations/lyon.json +++ b/locations/lyon.json @@ -25,5 +25,14 @@ "type": "coffee", "power": {"available": true}, "wifi": {"available": true} - } + }, + { + "name": "La Myne", + "lat": 45,7836213, + "lon": 4,8844091, + "address": "1, rue du Luizet, 69100, Villeurbanne", + "type": "Hackerspace", + "power": {"available": true}, + "wifi": {"available": true} +} ]