Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePrior authored Mar 12, 2024
1 parent 23b0440 commit 3c7a6c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ async function loadSuburb(state_file, commit, first_load=false) {
}
});
var markers = L.markerClusterGroup({
chunkedLoading: true,
showCoverageOnHover: false,
zoomToBoundsOnClick: false,
maxClusterRadius: 0,
Expand Down Expand Up @@ -392,4 +393,4 @@ async function loadSuburb(state_file, commit, first_load=false) {

if (default_suburb != null && default_state != null) {
loadSuburb(default_state + "/" + default_suburb, default_commit, true);
}
}

0 comments on commit 3c7a6c8

Please sign in to comment.