Skip to content

Commit

Permalink
reduce minimum zoom to see markers
Browse files Browse the repository at this point in the history
  • Loading branch information
Moggach committed Dec 19, 2024
1 parent e304455 commit 39dc604
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { useEffect } from 'react'
import { Layer, Source } from 'react-map-gl'
import MarkerPopup from './MarkerPopup'
import { PLACEHOLDER_LAYER_ID_MARKERS } from './ReportPage'
const MIN_MEMBERS_ZOOM = 10
const MIN_MEMBERS_ZOOM = 8

export function MembersListPointMarkers({
externalDataSourceId,
Expand Down

0 comments on commit 39dc604

Please sign in to comment.