feat: :sparkles: Enable zoom on maps
Tim Izzo tim@5ika.ch
Thu, 09 Jan 2025 15:37:30 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
frontend/containers/Map/Map.tsx
→
frontend/containers/Map/Map.tsx
@@ -17,7 +17,7 @@ const markers = useMapStore(s => s.markers);
return ( <MapWrapper> - <MapContainer style={{height: '100%', width: '100%'}} zoomControl={false}> + <MapContainer style={{height: '100%', width: '100%'}}> <Bounds /> <TileLayer key="tiles"