From 5357c891b0aa54b5643b2e3a4f5301fe7aa2d682 Mon Sep 17 00:00:00 2001 From: Jin Whan Bae Date: Thu, 11 Jul 2024 15:13:21 -0400 Subject: [PATCH 1/3] Update map.json to add ornl --- docs/source/map.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/source/map.json b/docs/source/map.json index 931dd8d21..be5351a18 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -1,6 +1,20 @@ { "type": "FeatureCollection", "features": [ + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + 35.9312, + 84.3101 + ] + }, + "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 +} From 43f5d7ebb3402e6ee7cf481e97dc0741a01b6601 Mon Sep 17 00:00:00 2001 From: Jin Whan Bae Date: Thu, 11 Jul 2024 15:16:01 -0400 Subject: [PATCH 2/3] Update map.json --- docs/source/map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/map.json b/docs/source/map.json index be5351a18..5b7ce9396 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -6,8 +6,8 @@ "geometry": { "type": "Point", "coordinates": [ - 35.9312, - 84.3101 + 84.3101, + 35.9312 ] }, "properties": { From b5a59b3d72ffc813f61abf0c8519084d88e3adc7 Mon Sep 17 00:00:00 2001 From: Jin Whan Bae Date: Thu, 11 Jul 2024 15:17:09 -0400 Subject: [PATCH 3/3] Update map.json --- docs/source/map.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/map.json b/docs/source/map.json index 5b7ce9396..da4502848 100644 --- a/docs/source/map.json +++ b/docs/source/map.json @@ -6,7 +6,7 @@ "geometry": { "type": "Point", "coordinates": [ - 84.3101, + -84.3101, 35.9312 ] },