MCPcopy Create free account
hub / github.com/breck7/scroll / equalEarth

Function equalEarth

external/.d3.js:12750–12753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12748};
12749
12750function equalEarth() {
12751 return projection(equalEarthRaw)
12752 .scale(177.158);
12753}
12754
12755function gnomonicRaw(x, y) {
12756 var cy = cos$1(y), k = cos$1(x) * cy;

Callers

nothing calls this directly

Calls 2

projectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected