Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

Add Aix en Provence #169

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions locations/aix-en-provence.json
Original file line number Diff line number Diff line change
@@ -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}
},
]
}
7 changes: 7 additions & 0 deletions locations/locations.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"aix-en-provence":
{
"name": "Aix en Provence",
"lat": 43.526755,
"lon": 5.449476,
"defaultZoom": "13"
},
"amsterdam":
{
"name": "Amsterdam",
Expand Down