From 4d214edea72db2272e520e0c9ef25ea0ca585fb7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 9 Dec 2025 05:25:58 +0000 Subject: [PATCH] Auto deploy: 2025-12-09 05:25:55 --- src/components/Map/MapView.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Map/MapView.jsx b/src/components/Map/MapView.jsx index e6c5e5e..debafe2 100644 --- a/src/components/Map/MapView.jsx +++ b/src/components/Map/MapView.jsx @@ -94,8 +94,8 @@ export default function MapView() { }, center: [-95, 40], zoom: 3.5, - pitch: 45, - bearing: -15, + pitch: 0, + bearing: 0, antialias: true, });