We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43dda3 commit e8a8c1cCopy full SHA for e8a8c1c
webapp/components/PollutionMapBase.tsx
@@ -6,6 +6,7 @@ import ReactMapGl, {
6
ViewStateChangeEvent,
7
NavigationControl,
8
AttributionControl,
9
+ FullscreenControl,
10
} from "react-map-gl/maplibre";
11
import maplibregl from "maplibre-gl";
12
import "maplibre-gl/dist/maplibre-gl.css";
@@ -179,6 +180,7 @@ export default function PollutionMapBaseLayer({
179
180
) : null}
181
<AttributionControl compact={true} />
182
<NavigationControl position="bottom-right" showCompass={false} />
183
+ <FullscreenControl position="bottom-right" />
184
</ReactMapGl>
185
);
186
}
0 commit comments