Skip to content
Snippets Groups Projects
Commit c886e3f0 authored by Christopher Schankula's avatar Christopher Schankula :earth_africa:
Browse files

fix cluster.js more

parent 394484c7
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ function initCluster(lati, longi,n, individualCount) {
center: {lat: 45.0349575, lng: -88.6941305}
});
console.log("Gened info map");
setClusters(map, lati, longi,n, individualCount);
setCluster(map, lati, longi,n, individualCount);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment