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));