Update index.html

This commit is contained in:
2024-06-03 11:42:23 -04:00
committed by GitHub
parent f4fe822c0f
commit 1dd089d81e

View File

@@ -40,8 +40,8 @@
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> 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/';