From 21c36322c0ea2eea8e8c44fb10e2b1cf6017f950 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 6 Jan 2018 15:42:54 +0100 Subject: Place points without geodata at Point Nemo. --- src/data/staff.json | 156 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) diff --git a/src/data/staff.json b/src/data/staff.json index 86c5a2a..dc6b50e 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -39,6 +39,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Carlos Rafael Giani" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -78,6 +91,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Eric Kuzmenko" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -91,6 +117,32 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Goran Stevanoviź" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Guido Günther" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -104,6 +156,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "James Rufer" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -117,6 +182,32 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Jeff Heywood" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Joey Amanchukwu" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -169,6 +260,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Matthias Klumpp" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -195,6 +299,32 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Pedro Vicente" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Predag Kolaković" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -221,6 +351,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Theodotos Andreou" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -246,6 +389,19 @@ "name": "Yuness Alaoui" }, "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -48.876667, + -123.393333 + ], + "type": "Point" + }, + "properties": { + "name": "Zlatan Todorić" + }, + "type": "Feature" } ], "type": "FeatureCollection" -- cgit v1.2.3