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/?';