MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / updateDetails

Function updateDetails

static/js/statistics.js:457–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

455}
456
457function updateDetails () {
458 loadDetails().done(function (result) {
459 $.each(result.appearances, processAppearance)
460 if (heatmap) {
461 heatmap.setMap(null)
462 }
463 heatmap = new google.maps.visualization.HeatmapLayer({
464 data: heatmapPoints,
465 map: map,
466 radius: 50
467 })
468 })
469}
470
471if (location.href.match(/overlay_[0-9]+/g)) {
472 showOverlay(location.href.replace(/^.*overlay_([0-9]+).*$/, '$1'))

Callers 1

showOverlayFunction · 0.85

Calls 1

loadDetailsFunction · 0.85

Tested by

no test coverage detected