Skip to content

Commit

Permalink
Merge pull request #1167 from datopian/fix/map-geojson
Browse files Browse the repository at this point in the history
Fix: autoZoomConfiguration not working properly when the geojson parameter is passed
  • Loading branch information
anuveyatsu authored Jun 4, 2024
2 parents 30e7c63 + feada58 commit 7094ede
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 7094ede

Please sign in to comment.