From 1dd089d81e9aa37e2283fb868e6a48d4949a82aa Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 3 Jun 2024 11:42:23 -0400 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4ffee63a1c..e29a6f8320 100644 --- a/index.html +++ b/index.html @@ -40,8 +40,8 @@ attribution: '© OpenStreetMap contributors' }).addTo(map); - // Replace the following URL with your actual KML URL and credentials - var kmlUrl = 'https://USERNAME:PASSWORD@URL_OF_YOUR_KML_FILE'; + // KML URL + var kmlUrl = 'https://share.garmin.com/Feed/ShareLoader/NDB92'; // Use a CORS proxy var corsProxy = 'https://cors-anywhere.herokuapp.com/';