conveyal/modeify

View on GitHub
client/components/conveyal/transitive.js/master/lib/point/pointclustermap.js

Summary

Maintainability
A
1 hr
Test Coverage

Function PointClusterMap has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function PointClusterMap(transitive) {
  this.transitive = transitive;

  this.clusters = [];
  this.clusterLookup = {}; // maps Point object to its containing cluster

    There are no issues that match your filters.

    Category
    Status