From c627b3d1ebbdd21fa6abaa67ab999ba332d81c04 Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 3 Jun 2024 11:21:17 -0400 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 03cfe4f93c..03a96bcbf3 100644 --- a/index.html +++ b/index.html @@ -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 });