diff --git a/public/map.js b/public/map.js index 6ff541f3..3377f6ed 100644 --- a/public/map.js +++ b/public/map.js @@ -209,7 +209,8 @@ buildJumpButtons(); renderMarkers(); - if (!userHasMoved) fitBounds(); + // Don't fitBounds on initial load — respect the Bay Area default or saved view + // Only fitBounds on subsequent data refreshes if user hasn't manually panned } catch (e) { console.error('Map load error:', e); }