diff --git a/app/static/js/map.js b/app/static/js/map.js
index 2b69922..0f15493 100644
--- a/app/static/js/map.js
+++ b/app/static/js/map.js
@@ -71,8 +71,8 @@ var agsboreholes = L.featureGroup
"Project Engineer: " + properties.proj_eng + "
" +
"Project Contractor: " + properties.proj_cont + "
" +
"Original LOCA ID: " + properties.loca_id + "
" +
- "AGS Graphical Log: " + "View / " +"Download" + "
" +
- // "AGS Data: " + "Download" + "
" +
+ "AGS Graphical Log: " + "View / " +"Download" + "
" +
+ "AGS Data (NGDC Download Service): " + "Download" + "
" +
"AGS Submission Record (raw data): " + "View" + "
";
layer.bindPopup(popupContent);
},
diff --git a/app/templates/landing_page.html b/app/templates/landing_page.html
index da483e3..68d1c73 100644
--- a/app/templates/landing_page.html
+++ b/app/templates/landing_page.html
@@ -142,7 +142,7 @@
Use the map below to find AGS data, click on the markers to find borehole information, links to graphical logs and the original submitted data.
+Use the map below to find AGS data, click on the markers to find borehole information, links to graphical logs, .ags data download from the NGDC AGS database, and the original submitted AGS data.
The map will show a maximum of 100 AGS markers - users may need to pan/zoom to display markers of interest.
If no AGS Submission Record is shown at the link provided there is likely a legacy confidentiality restriction.