Skip to content

Commit

Permalink
fix: fix default cluster value
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Dec 4, 2023
1 parent d4ed099 commit 8bc6208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Map/MapBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default defineNuxtComponent({
this.map.addSource(POI_SOURCE, {
type: 'geojson',
cluster: cluster,
cluster: cluster || true,
clusterRadius: 32,
clusterProperties: clusterProps,
clusterMaxZoom: 15,
Expand Down

0 comments on commit 8bc6208

Please sign in to comment.