diff --git a/docs/source/map.json b/docs/source/map.json index 2f9a6ed46..95857f47d 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -364,7 +364,20 @@ "name": "Exeter University UK", "path": "images/user_logos/Exeter_University_UK.png" } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -77.6260033, + 43.1305531 + ] + }, + "properties": { + "name": "University of Rochester", + "path": "images/user_logos/University_of_Rochester.png" + } } - ] -} \ No newline at end of file +}