Skip to content

Commit

Permalink
increase maxZoom
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 12, 2024
1 parent 2d8cd8f commit 8896d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_connect/templates/reports/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h3 class="my-2">Service Delivery Map</h3>
type: 'geojson',
data: `{% url "reports:visit_map_data" %}?${queryString}`,
cluster: true,
clusterMaxZoom: 12,
clusterMaxZoom: 14,
clusterRadius: 80,
clusterMinPoints: minClusterSize,
clusterProperties: {
Expand Down

0 comments on commit 8896d5f

Please sign in to comment.