diff --git a/docs/source/map.json b/docs/source/map.json index 931dd8d21..da4502848 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -1,6 +1,20 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -84.3101, + 35.9312 + ] + }, + "properties": { + "name": "Oak Ridge National Laboratory", + "url": "https://standards.ornl.gov/wp-content/themes/sparkling-child/img/ORNL%20Two-line_green.svg" + } + }, { "type": "Feature", "geometry": { @@ -324,4 +338,4 @@ } } ] -} \ No newline at end of file +}