From a4cd49d0e4cd5d5d1faeaf57dfc540198e640f85 Mon Sep 17 00:00:00 2001 From: Sambhav Jain Date: Fri, 10 Nov 2017 19:18:32 +0530 Subject: [PATCH] made location accesible for new study group --- whereWeAre.geojson | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/whereWeAre.geojson b/whereWeAre.geojson index 97001a9..64df2d4 100644 --- a/whereWeAre.geojson +++ b/whereWeAre.geojson @@ -479,6 +479,22 @@ "name": "University of California, Santa Barbara eco-data-science", "website": "UCSB eco-data-science" } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 77.118788, + 28.732743 + ] + }, + "properties": { + "marker-symbol": "chemist", + "marker-color": "#FBA026", + "name": "SSCBS Study Group, Delhi", + "website": "SSCBS Study Group" + } } ] }