diff --git a/app/lib/main.dart b/app/lib/main.dart
index 5f05bf52fdcd0b680c8dc64243f37cecd48f9fab..19c96b5572e5f18238bb2cdbd819b94334068a87 100644
--- a/app/lib/main.dart
+++ b/app/lib/main.dart
@@ -97,8 +97,8 @@ class _DefaultPageState extends State<DefaultPage> {
                 color: Colors.blue,
                 child: FlutterMap(
                   options: MapOptions(
-                    center: LatLng(51.5, -0.09), // Initial center of the map (latitude and longitude)
-                    zoom: 13.0, // Initial zoom level of the map
+                    center: LatLng(60.7666, 10.8471), // Initial center of the map (latitude and longitude)
+                    zoom: 9.0, // Initial zoom level of the map
                   ),
                   children: [ // Add layers directly as children
                     TileLayer(