From 078050dce636d9361c1bea4c0502879a30f09164 Mon Sep 17 00:00:00 2001 From: Polen Date: Thu, 2 Apr 2026 10:38:36 -0400 Subject: [PATCH] default to stations mode, move stations button to the left --- static/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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', () => {