Update index.html

This commit is contained in:
2024-06-03 11:21:17 -04:00
committed by GitHub
parent 52330f7144
commit c627b3d1eb

View File

@@ -30,7 +30,7 @@
// Load the KML file
var kmlLayer = new google.maps.KmlLayer({
url: 'URL_OF_YOUR_KML_FILE',
url: 'https://share.garmin.com/Feed/Share/NDB92',
map: map
});