Skip to content

Commit

Permalink
feat: Remove Swisstopo attribution from map
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Feb 17, 2022
1 parent 816b4e3 commit b2f2ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/charts/map/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ export const MapComponent = () => {
controller={{ type: MapController }}
getCursor={() => "default"}
>
{showBaseLayer && <StaticMap mapStyle={baseLayerStyle} />}
{showBaseLayer && (
<StaticMap mapStyle={baseLayerStyle} attributionControl={false} />
)}

{areaLayer.show && (
<>
Expand Down

0 comments on commit b2f2ed8

Please sign in to comment.