From 86c32bf6743ace0582796d3bfc298681a4b7c86a Mon Sep 17 00:00:00 2001 From: Sara <sarasdj@stud.ntnu.no> Date: Thu, 8 Feb 2024 13:25:30 +0100 Subject: [PATCH] =?UTF-8?q?update:=20map=20centered=20around=20mj=C3=B8sa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lib/main.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/main.dart b/app/lib/main.dart index 5f05bf52..19c96b55 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( -- GitLab