From bffc71e0d270af3d318be158994444fccb831514 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 4 May 2018 12:16:01 +0200 Subject: Add geolocation of Christian. --- 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 23c54a0..9d05d23 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -70,12 +70,14 @@ { "geometry": { "coordinates": [ - 3.4, - -54.433333 + 8.02674, + 50.88384 ], "type": "Point" }, "properties": { + "city": "Siegen", + "country": "Germany", "name": "Christian Schilmoeller" }, "type": "Feature" -- cgit v1.2.3