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 a9c69ab commit 99b1142Copy full SHA for 99b1142
1 file changed
src/components/TaskClusterMap/TaskClusterMap.jsx
@@ -32,7 +32,7 @@ import "./TaskClusterMap.scss";
32
const VisibleTileLayer = WithVisibleLayer(SourcedTileLayer);
33
34
export const MAX_ZOOM = 18;
35
-export const MIN_ZOOM = 2;
+export const MIN_ZOOM = 0;
36
37
/**
38
* An uncluster option will be offered if no more than number of tasks
@@ -232,7 +232,7 @@ export const TaskClusterMap = (props) => {
232
<MapContainer
233
attributionControl={false}
234
center={props.center}
235
- minZoom={2}
+ minZoom={0}
236
maxZoom={18}
237
maxBounds={[
238
[-90, -180],
0 commit comments