From 6dcc6a1de74c50b90c349aeeca331fb4018170c8 Mon Sep 17 00:00:00 2001 From: Daniel Maeckelmann Date: Wed, 20 Sep 2023 15:08:40 +0200 Subject: [PATCH] Fixed focus parameter for the map --- Website/src/app/map/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/src/app/map/page.tsx b/Website/src/app/map/page.tsx index 744ab4b..e289a77 100644 --- a/Website/src/app/map/page.tsx +++ b/Website/src/app/map/page.tsx @@ -52,12 +52,12 @@ export default async function MapPage({ searchParams }: { searchParams: { focus? childConf={{ initial_position, initial_zoom_level: 11.5, + initial_focus: focus, server_vehicles, track_id, track_data, points_of_interest, - poi_types, - focus + poi_types }} child={DynamicMap} />