diff --git a/static/index.html b/static/index.html
index 3218e73..befbc59 100644
--- a/static/index.html
+++ b/static/index.html
@@ -75,8 +75,8 @@
-
-
+
+
@@ -111,7 +111,7 @@
}).addTo(map);
// State
- let currentMode = 'heatmap';
+ let currentMode = 'stations';
let allStations = [];
let minPrice = 0;
let maxPrice = 300;
@@ -178,8 +178,8 @@
// Build all station markers
buildStationMarkers(maxPrice);
- // Start in heatmap mode
- setMode('heatmap');
+ // Start in stations mode
+ setMode('stations');
// Slider events
slider.addEventListener('input', () => {