Skip to content

Commit

Permalink
Add ornl (festim-dev#809)
Browse files Browse the repository at this point in the history
* Update map.json to add ornl

* Update map.json

* Update map.json
  • Loading branch information
jbae11 authored Jul 11, 2024
1 parent 02f79ad commit a2fd832
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/source/map.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -324,4 +338,4 @@
}
}
]
}
}

0 comments on commit a2fd832

Please sign in to comment.