From 011229b6c29525e0e3d36673dbd297824b9eba41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 4 Oct 2017 15:03:36 +0200 Subject: [PATCH] Added Calais in menu --- locations/locations.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/locations/locations.json b/locations/locations.json index 3db6a89..c556442 100644 --- a/locations/locations.json +++ b/locations/locations.json @@ -196,5 +196,11 @@ "lat" : 50.6246191, "lon" : 5.5290505, "defaultZoom": 12 + }, + { + "name" : "Calais", + "lat" : 50.951290, + "lon" : 1.858686, + "defaultZoom": 12 } -] \ No newline at end of file +]