From 92b3dcc9e80f61a0c5063edef2d66d10032644e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckarenmajewicz=E2=80=9D?= Date: Fri, 10 Jan 2025 15:57:12 -0600 Subject: [PATCH] Update btaa-universities.geojson missing comma --- data/btaa-universities.geojson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/btaa-universities.geojson b/data/btaa-universities.geojson index 9a4164d..f264121 100644 --- a/data/btaa-universities.geojson +++ b/data/btaa-universities.geojson @@ -18,7 +18,7 @@ { "type": "Feature", "properties": { "id": 13, "name": "University of Minnesota", "lng": -93.23668, "lat": 44.97368 }, "geometry": { "type": "Point", "coordinates": [ -93.23668, 44.97368 ] } }, { "type": "Feature", "properties": { "id": 14, "name": "University of Nebraska–Lincoln", "lng": -96.70305, "lat": 40.8202 }, "geometry": { "type": "Point", "coordinates": [ -96.70305, 40.8202 ] } }, { "type": "Feature", "properties": { "id": 15, "name": "University of Oregon", "lng": -123.0758, "lat": 44.0443 }, "geometry": { "type": "Point", "coordinates": [ -123.0758, 44.0443 ] } }, -{ "type": "Feature", "properties": { "id": 16, "name": "University of Washington", "lng": -122.308, "lat": 47.6541 }, "geometry": { "type": "Point", "coordinates": [ -122.308, 47.6541 ] } } -{ "type": "Feature", "properties": { "id": 17, "name": "University of Wisconsin–Madison", "lng": -89.41736, "lat": 43.0766 }, "geometry": { "type": "Point", "coordinates": [ -89.41736, 43.0766 ] } }, +{ "type": "Feature", "properties": { "id": 16, "name": "University of Washington", "lng": -122.308, "lat": 47.6541 }, "geometry": { "type": "Point", "coordinates": [ -122.308, 47.6541 ] } }, +{ "type": "Feature", "properties": { "id": 17, "name": "University of Wisconsin–Madison", "lng": -89.41736, "lat": 43.0766 }, "geometry": { "type": "Point", "coordinates": [ -89.41736, 43.0766 ] } } ] }