From 6b998d8507eff457d41f7488fb1043c205b1b96d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 3 May 2018 13:39:26 +0200 Subject: Add Christian Schilmoeller, Eugen Rochko, Maxime Chambonnet, Tobias Bernard, Vivia Nikolaidou (with dummy geolocation). --- src/data/staff.json | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/src/data/staff.json b/src/data/staff.json index 5ca6bde..ee9d10b 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -67,6 +67,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 3.4, + -54.433333 + ], + "type": "Point" + }, + "properties": { + "name": "Christian Schilmoeller" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -109,6 +122,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 3.4, + -54.433333 + ], + "type": "Point" + }, + "properties": { + "name": "Eugen Rochko" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -296,6 +322,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 3.4, + -54.433333 + ], + "type": "Point" + }, + "properties": { + "name": "Maxime Chambonnet" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -365,6 +404,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 3.4, + -54.433333 + ], + "type": "Point" + }, + "properties": { + "name": "Tobias Bernard" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -378,6 +430,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 3.4, + -54.433333 + ], + "type": "Point" + }, + "properties": { + "name": "Vivia Nikolaidou" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ -- cgit v1.2.3