Skip to content

Commit

Permalink
fix: add attribution control
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 committed Sep 25, 2024
1 parent 6ef9327 commit ecb1cea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/MapLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export function MapLayout({ children }: MapLayoutProps) {
zoom: 5,
}}
mapStyle={mapStyles[0].uri}
attributionControl={false}
onMouseEnter={onMouseEnter}
onMouseLeave={onMouseLeave}
interactiveLayerIds={interactiveLayers.map((layer) => layer.id)}
Expand Down

0 comments on commit ecb1cea

Please sign in to comment.