Skip to content
Snippets Groups Projects
Commit 86c32bf6 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

update: map centered around mjøsa

parent b637bd67
No related branches found
No related tags found
1 merge request!1Server
...@@ -97,8 +97,8 @@ class _DefaultPageState extends State<DefaultPage> { ...@@ -97,8 +97,8 @@ class _DefaultPageState extends State<DefaultPage> {
color: Colors.blue, color: Colors.blue,
child: FlutterMap( child: FlutterMap(
options: MapOptions( options: MapOptions(
center: LatLng(51.5, -0.09), // Initial center of the map (latitude and longitude) center: LatLng(60.7666, 10.8471), // Initial center of the map (latitude and longitude)
zoom: 13.0, // Initial zoom level of the map zoom: 9.0, // Initial zoom level of the map
), ),
children: [ // Add layers directly as children children: [ // Add layers directly as children
TileLayer( TileLayer(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment