Skip to content

feat: always fit all pois into the map view

Moritz Stückler requested to merge feat/fit-all-pois-dynamically into main

Currently, we're only fitting the map to the center of Hamburg and a given Zoom level. But in production, there are some POIs which are further outside of Hamburg and are currently not visible on page load.

This change will dynamically fit the map on page load so that all POIs are shown by default.

Merge request reports