From 3a4e2b346b427ee04d4d326586150e90b1425962 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 3 May 2018 13:23:27 +0200 Subject: Add geolocation of Kim. --- src/data/staff.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/data/staff.json b/src/data/staff.json index 050e3ca..3c3f79a 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -249,6 +249,22 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -121.9, + 37.333333 + ], + "type": "Point" + }, + "properties": { + "city": "San José", + "county": "USA", + "name": "Kim Kuan-Louie", + "us-state": "California" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ -- cgit v1.2.3