Skip to content

Commit

Permalink
Fix: autoZoomConfiguration not working properly when the geojson para…
Browse files Browse the repository at this point in the history
…meter is passed
  • Loading branch information
RonaldojCampos committed May 31, 2024
1 parent d6bf344 commit feada58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export function Map({
</div>
) : (
<MapContainer
key={layersData}
center={[center.latitude, center.longitude]}
zoom={zoom}
scrollWheelZoom={false}
Expand Down

0 comments on commit feada58

Please sign in to comment.