From 7cc4c3c54f39a228a22c08bed522b325d8d5b67a Mon Sep 17 00:00:00 2001 From: KoalaGeo Date: Thu, 6 Jul 2023 22:51:59 +1200 Subject: [PATCH] Add ags download link to popup & update landing --- app/static/js/map.js | 4 ++-- app/templates/landing_page.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@

Future data validation rules: (Coming Soon)

AGS Data Discovery


-

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.