From 6525be5b2d45e77a6fe42e9a3c5a7d9d98e1397c Mon Sep 17 00:00:00 2001 From: sstent Date: Mon, 3 Jun 2024 16:20:44 -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 fe29edb4ee..3beee196a8 100644 --- a/index.html +++ b/index.html @@ -128,8 +128,8 @@ })).addTo(map); // Adjust the map to fit the KML layer - var bounds = kmlLayer.getBounds(); - map.fitBounds(bounds); + // var bounds = kmlLayer.getBounds(); + // map.fitBounds(bounds); }) .catch(error => console.error('Error fetching KML:', error));