From dc82264df3d24a86b1f3d35efee5a735ea6964a1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 4 May 2018 11:25:00 +0200 Subject: Add geolocation of Tobias. --- src/data/staff.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/data/staff.json b/src/data/staff.json index b4be3b6..23c54a0 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -407,12 +407,14 @@ { "geometry": { "coordinates": [ - 3.4, - -54.433333 + 13.40178, + 52.51633 ], "type": "Point" }, "properties": { + "city": "Berlin", + "country": "Germany", "name": "Tobias Bernard" }, "type": "Feature" -- cgit v1.2.3