Skip to content

Commit

Permalink
Merge pull request #73 from Oceans-1876/develop
Browse files Browse the repository at this point in the history
[Temporary fix] Disable clustering
  • Loading branch information
ka7eh authored Dec 19, 2022
2 parents 2474277 + 7ecb628 commit fcfb94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Explore/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ExploreMap = (): JSX.Element => {
type: 'FeatureCollection',
features: []
},
cluster: true,
cluster: false, // FIXME - Temporarily disable clustering because it is broken with some server configurations.
clusterMinPoints: 5
});

Expand Down

0 comments on commit fcfb94c

Please sign in to comment.