diff --git a/front/src/common/Map/Layers/Detectors.tsx b/front/src/common/Map/Layers/Detectors.tsx index 8413f200c64..b1eba7d8521 100644 --- a/front/src/common/Map/Layers/Detectors.tsx +++ b/front/src/common/Map/Layers/Detectors.tsx @@ -16,6 +16,7 @@ export function getDetectorsLayerProps(params: { }): OmitLayer { const res: OmitLayer = { type: 'circle', + minzoom: 8, paint: { 'circle-stroke-color': params.colors.detectors.circle, 'circle-color': params.colors.detectors.circle,