From 8010b2ba8a0b69ba6752d97bd28385574e76ed31 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 1 Jun 2020 09:50:29 +0200 Subject: add Arno, Bradley, David Hamner, David Saenz, João, Julian, Richard, Sean, and Sebastian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/staff.json | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/src/data/staff.json b/src/data/staff.json index f175784..f5e741f 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -41,6 +41,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 13.35847, + 52.5345 + ], + "type": "Point" + }, + "properties": { + "name": "Arno Bauernöppel" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -67,6 +80,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -75.49599, + 45.03714 + ], + "type": "Point" + }, + "properties": { + "name": "Bradley Taunt" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -121,6 +147,35 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -122.98977, + 45.52267 + ], + "type": "Point" + }, + "properties": { + "city": "Hillsboro", + "country": "USA", + "name": "David Hamner", + "us-state": "Oregon" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -220.36867, + 35.45492 + ], + "type": "Point" + }, + "properties": { + "name": "David Saenz" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -269,6 +324,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 8.2891, + 49.96867 + ], + "type": "Point" + }, + "properties": { + "name": "João Azevedo" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -284,6 +352,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 11.34265, + 44.49426 + ], + "type": "Point" + }, + "properties": { + "name": "Julian Sparber" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -411,6 +492,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -106.66029, + 52.13059 + ], + "type": "Point" + }, + "properties": { + "name": "Richard Kolla" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -450,6 +544,32 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -2.79877, + 56.34038 + ], + "type": "Point" + }, + "properties": { + "name": "Sean Packham" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 20.96101, + 52.27642 + ], + "type": "Point" + }, + "properties": { + "name": "Sebastian Krzyszkowiak" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ -- cgit v1.2.3