diff --git a/src/assets/js/app.js b/src/assets/js/app.js
index c1ff192ceeab2aa07dddb265de4107406d8591c2..9ed4336178efb07c760ec0c23807a3e7aedc7fc1 100644
--- a/src/assets/js/app.js
+++ b/src/assets/js/app.js
@@ -88,9 +88,9 @@ const displayIsochroneMap = async () => {
         return;
     }
 
-    // Centers on the origin point and sets the appropriate zoom level.
-    map.fitBounds([isochroneMap.bounding_box[0], isochroneMap.bounding_box[1]], { animate: false });
-    map.setView([originPointCoord[0], originPointCoord[1]], undefined, { animate: false });
+    // // Centers on the origin point and sets the appropriate zoom level.
+    // map.fitBounds([isochroneMap.bounding_box[0], isochroneMap.bounding_box[1]], { animate: false });
+    // map.setView([originPointCoord[0], originPointCoord[1]], undefined, { animate: false });
 
     displayIsochrones(isochroneMap);
     legendContainer.style.display = 'block';