From 40b4a3a102f170b3e2a849ae645e4e896f0ae754 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 3 Jun 2024 11:57:40 -0400 Subject: [PATCH] Update index.html --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c72e8df9d6..06bb15ead0 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,9 @@ attribution: '© OpenStreetMap contributors' }).addTo(map); - // KML URL - var kmlUrl = 'https://share.garmin.com/Feed/ShareLoader/NDB92'; + // KML URL with username and password + var kmlUrl = 'https://USERNAME:abodyinmotion@share.garmin.com/Feed/ShareLoader/NDB92'; + // Use CorsProxy.io var corsProxy = 'https://corsproxy.io/?';