Skip to content

Commit

Permalink
Merge branch 'main' into 2024-data-update
Browse files Browse the repository at this point in the history
  • Loading branch information
esmyers committed May 1, 2024
2 parents f12192f + e65192a commit 3ae3c2a
Show file tree
Hide file tree
Showing 2 changed files with 1,959 additions and 1,962 deletions.
19 changes: 8 additions & 11 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,14 @@
<!-- analytics -->
<!--ANALYTICS GOES TO https://sparrow.wim.usgs.gov/eastern-us/-->

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7Y26GZFE9Z"></script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');

ga('create', 'UA-61219868-37', 'auto');
ga('send', 'pageview');
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-7Y26GZFE9Z');
</script>
<script>
$(document).ready(function () {
Expand Down Expand Up @@ -385,7 +382,7 @@ <h4 style="margin: 0; padding: 0;">Emily G. Gain</h4>

<p class="p-meta p-light fullwidth">
<b>Link to SPARROW REST Services:</b><br/>
<a href="https://sparrowtest.wim.usgs.gov/arcgis/rest/services/SparrowSoutheast/SparrowSoutheast/MapServer/" target="_blank">SPARROW
<a href="https://gis1.wim.usgs.gov/server/rest/services/Sparrow/SparrowMississippi/MapServer/" target="_blank">SPARROW
TEST REST Services</a>
</p>

Expand Down Expand Up @@ -940,4 +937,4 @@ <h5 id="toast_title">Loading...</h5>

</body>

</html>
</html>
Loading

0 comments on commit 3ae3c2a

Please sign in to comment.