Skip to content

Commit 218b6fb

Browse files
Caracol3nicolaswurtz
authored andcommitted
front: map: detectors display at zoom level 8
- add minzoom 8 in detectors.tsx
1 parent 3acd113 commit 218b6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/src/common/Map/Layers/Detectors.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export function getDetectorsLayerProps(params: {
1616
}): OmitLayer<CircleLayer> {
1717
const res: OmitLayer<CircleLayer> = {
1818
type: 'circle',
19+
minzoom: 8,
1920
paint: {
2021
'circle-stroke-color': params.colors.detectors.circle,
2122
'circle-color': params.colors.detectors.circle,

0 commit comments

Comments
 (0)