Skip to content

Commit

Permalink
Fixed focus parameter for the map
Browse files Browse the repository at this point in the history
  • Loading branch information
n1kPLV committed Sep 20, 2023
1 parent 9d8f70c commit 6dcc6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/src/app/map/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
Expand Down

0 comments on commit 6dcc6a1

Please sign in to comment.