Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into task/WG-403-Create-Asset-G…
Browse files Browse the repository at this point in the history
…eometry-Component
  • Loading branch information
sophia-massie committed Jan 8, 2025
2 parents e327f6a + 4bc27a2 commit 01d2686
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 01d2686

Please sign in to comment.