Skip to content

Commit

Permalink
remove flyto
Browse files Browse the repository at this point in the history
  • Loading branch information
blackdotbug committed Jul 2, 2024
1 parent 65af693 commit 942679f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
c.click();
}
})
map.flyToBounds(alumni.getBounds());
// map.flyToBounds(alumni.getBounds());
}
d3.selectAll("div.legend.cluster div.progressGroup div.progress").on("click", handleClusterLegendClick)
function handleLegendLabelsClick(e) {
Expand All @@ -243,10 +243,9 @@
c.click();
}
})
map.flyToBounds(alumni.getBounds());
// map.flyToBounds(alumni.getBounds());
}
d3.selectAll("div.legend.cluster div.progressGroup div.labels").on("click", handleLegendLabelsClick)
map.flyToBounds(alumni.getBounds());
})
</script>
</body>
Expand Down

0 comments on commit 942679f

Please sign in to comment.