all repos — caroster @ 42dc24e52b788d06472c26e9301cabb9ffd6bc6d

[Octree] Group carpool to your event https://caroster.io

feat: :sparkles: Enable zoom on maps
Tim Izzo tim@5ika.ch
Thu, 09 Jan 2025 15:37:30 +0100
commit

42dc24e52b788d06472c26e9301cabb9ffd6bc6d

parent

6d0ac3d26b6ba4c0980e7571cba5c01f8475d765

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M frontend/containers/Map/Map.tsxfrontend/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"