From a4d6fd2b6be00bd32524a806ecebab9817982a3f Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 6 Jan 2018 15:39:49 +0100 Subject: Sort data. --- src/data/staff.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/data/staff.json b/src/data/staff.json index 3b4fa0f..86c5a2a 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -104,19 +104,6 @@ }, "type": "Feature" }, - { - "geometry": { - "coordinates": [ - -97.74347, - 30.2693 - ], - "type": "Point" - }, - "properties": { - "name": "Matt Devillier" - }, - "type": "Feature" - }, { "geometry": { "coordinates": [ @@ -169,6 +156,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -97.74347, + 30.2693 + ], + "type": "Point" + }, + "properties": { + "name": "Matt Devillier" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ -- cgit v1.2.3