MCPcopy
hub / github.com/mewo2/terrain / visualizeContour

Function visualizeContour

terrain.js:776–780  ·  view source on GitHub ↗
(h, level)

Source from the content-addressed store, hash-verified

774
775
776function visualizeContour(h, level) {
777 level = level || 0;
778 var links = contour(h, level);
779 drawPaths('coast', links);
780}
781
782function visualizeBorders(h, cities, n) {
783 var links = getBorders(h, getTerritories(h, cities, n));

Callers

nothing calls this directly

Calls 2

contourFunction · 0.85
drawPathsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…