From fda4c5a403da10432dc5f5a7e4662abe2f51e756 Mon Sep 17 00:00:00 2001 From: samgoeta Date: Tue, 15 Mar 2016 12:31:24 +0100 Subject: [PATCH 1/2] Create aix-en-provence.json --- locations/aix-en-provence.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 locations/aix-en-provence.json diff --git a/locations/aix-en-provence.json b/locations/aix-en-provence.json new file mode 100644 index 0000000..c62949c --- /dev/null +++ b/locations/aix-en-provence.json @@ -0,0 +1,14 @@ +{ "places": [ + { + "name": "Yelloworking", + "lat": 43.522999, + "lon": 5.450769, + "openHours": "Monday to Friday 8AM - 7PM", + "address": "7 bis avenue Saint Jérôme, 13100 Aix en Provence, France", + "type" : "coworking", + "url": "http://www.yelloworking/", + "power": {"available": true}, + "wifi": {"available": true} + }, +] +} From e1eda252b2e5cd6e8d1fa207f13ee45f013f7299 Mon Sep 17 00:00:00 2001 From: samgoeta Date: Tue, 15 Mar 2016 12:35:07 +0100 Subject: [PATCH 2/2] Update locations.json Add Aix en Provence --- locations/locations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/locations/locations.json b/locations/locations.json index b41a616..0f9e544 100644 --- a/locations/locations.json +++ b/locations/locations.json @@ -1,4 +1,11 @@ { + "aix-en-provence": + { + "name": "Aix en Provence", + "lat": 43.526755, + "lon": 5.449476, + "defaultZoom": "13" + }, "amsterdam": { "name": "Amsterdam",