From 2b6278197becd990017834f402d5dd12b5409227 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 22 Apr 2021 20:05:16 +0200 Subject: add Evangelos, and João Fonseca MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/staff.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/data/staff.json b/src/data/staff.json index 98d6f9c..c4ca843 100644 --- a/src/data/staff.json +++ b/src/data/staff.json @@ -190,6 +190,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + 9.48, + 47.65 + ], + "type": "Point" + }, + "properties": { + "name": "Evangelos Ribeiro Tzaras" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ @@ -270,6 +283,19 @@ }, "type": "Feature" }, + { + "geometry": { + "coordinates": [ + -9.13599, + 38.70855 + ], + "type": "Point" + }, + "properties": { + "name": "João Fonseca" + }, + "type": "Feature" + }, { "geometry": { "coordinates": [ -- cgit v1.2.3