Skip to content

Commit

Permalink
front: map: detectors display at zoom level 8
Browse files Browse the repository at this point in the history
- add minzoom 8 in detectors.tsx
  • Loading branch information
Caracol3 authored and nicolaswurtz committed Feb 14, 2024
1 parent 3acd113 commit 218b6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/common/Map/Layers/Detectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export function getDetectorsLayerProps(params: {
}): OmitLayer<CircleLayer> {
const res: OmitLayer<CircleLayer> = {
type: 'circle',
minzoom: 8,
paint: {
'circle-stroke-color': params.colors.detectors.circle,
'circle-color': params.colors.detectors.circle,
Expand Down

0 comments on commit 218b6fb

Please sign in to comment.