Skip to content

Commit

Permalink
Merge branch 'main' into task/WG-394--antd-styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rstijerina authored Jan 8, 2025
2 parents 737f875 + 4bc27a2 commit 174a620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/src/components/Map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const LeafletMap: React.FC<LeafletMapProps> = ({
minZoom={MAP_CONFIG.minZoom}
maxZoom={MAP_CONFIG.maxZoom}
maxBounds={MAP_CONFIG.maxBounds}
preferCanvas={true}
>
{activeBaseLayers?.map((layer) =>
layer.type === 'wms' ? (
Expand Down

0 comments on commit 174a620

Please sign in to comment.