From bd2452f7524f1639d62597340e3a28ebf009f998 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 4 Jan 2018 23:51:29 +0100 Subject: Update geodata. --- src/data/staff.json | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 235 insertions(+), 3 deletions(-) diff --git a/src/data/staff.json b/src/data/staff.json index c103523..3b4fa0f 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -1,5 +1,135 @@ { "features": [ + { + "geometry": { + "coordinates": [ + 3.8795, + 43.60847 + ], + "type": "Point" + }, + "properties": { + "name": "Adrien Plazas" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -113.98247, + 50.9118 + ], + "type": "Point" + }, + "properties": { + "name": "Angus Ainslie" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -2.93468, + 53.40187 + ], + "type": "Point" + }, + "properties": { + "name": "Bob Ham" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -0.12769, + 51.50742 + ], + "type": "Point" + }, + "properties": { + "name": "Chris Lamb" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 18.43987, + -33.95475 + ], + "type": "Point" + }, + "properties": { + "name": "David Seaward" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 7.49268, + 51.4403 + ], + "type": "Point" + }, + "properties": { + "name": "Dorota Czaplejewicz" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 0.0933, + 44.52937 + ], + "type": "Point" + }, + "properties": { + "name": "François Téchené" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -104.70279, + 38.92737 + ], + "type": "Point" + }, + "properties": { + "name": "Heather Ellsworth" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -97.74347, + 30.2693 + ], + "type": "Point" + }, + "properties": { + "name": "Matt Devillier" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -75.92111, + 42.105 + ], + "type": "Point" + }, + "properties": { + "name": "Jeff Fortin" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -9,9 +139,111 @@ "type": "Point" }, "properties": { - "id": "jonas.smedegaard", - "name": "Jonas Smedegaard", - "title": "PureOS Developer" + "name": "Jonas Smedegaard" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -73.68468, + 40.69326 + ], + "type": "Point" + }, + "properties": { + "name": "Jonathan Duchnowski" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -122.63721, + 38.23231 + ], + "type": "Point" + }, + "properties": { + "name": "Kyle Rankin" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 17.18837, + 44.76375 + ], + "type": "Point" + }, + "properties": { + "name": "Mladen Pejaković" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 8.02675, + 50.88377 + ], + "type": "Point" + }, + "properties": { + "name": "Nicole Færber" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -122.45396, + 37.76759 + ], + "type": "Point" + }, + "properties": { + "name": "Shane Walts" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 33.04326, + 34.68056 + ], + "type": "Point" + }, + "properties": { + "name": "Stelios Milidonis" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -121.92018, + 36.55509 + ], + "type": "Point" + }, + "properties": { + "name": "Todd Weaver" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + -73.68595, + 45.54501 + ], + "type": "Point" + }, + "properties": { + "name": "Yuness Alaoui" }, "type": "Feature" } -- cgit v1.2.3