From e0f0a843ed2f1692241c12e718edfec19998296b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 15 Jan 2018 11:20:11 +0100 Subject: Rename state → us-state, and add country USA for those entries. Add city+(us-state+)country as mentioned in email responses. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/staff.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/data/staff.json b/src/data/staff.json index 988e111..a9b05c5 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -9,6 +9,8 @@ "type": "Point" }, "properties": { + "city": "Montpellier", + "country": "France", "name": "Adrien Plazas" }, "type": "Feature" @@ -101,8 +103,9 @@ }, "properties": { "city": "Boxborough", - "state": "Massachusetts", - "name": "Eric Kuzmenko" + "country": "USA", + "name": "Eric Kuzmenko", + "us-state": "Massachusetts" }, "type": "Feature" }, @@ -170,8 +173,9 @@ }, "properties": { "city": "Mansfield", - "state": "Ohio", - "name": "James Rufer" + "country": "USA", + "name": "James Rufer", + "us-state": "Ohio" }, "type": "Feature" }, @@ -198,8 +202,9 @@ }, "properties": { "city": "San José", - "state": "California", - "name": "Jeff Heywood" + "county": "USA", + "name": "Jeff Heywood", + "us-state": "California" }, "type": "Feature" }, @@ -225,6 +230,8 @@ "type": "Point" }, "properties": { + "city": "Holbæk", + "country": "Denmark", "name": "Jonas Smedegaard" }, "type": "Feature" @@ -261,7 +268,10 @@ -97.74347, 30.2693 ], + "city": "Austin", + "country": "USA". "type": "Point" + "us-state": "Texas" }, "properties": { "name": "Matt Devillier" -- cgit v1.2.3