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

Function conicEquidistant

external/.d3.js:12715–12719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12713}
12714
12715function conicEquidistant() {
12716 return conicProjection(conicEquidistantRaw)
12717 .scale(131.154)
12718 .center([0, 13.9389]);
12719}
12720
12721var A1 = 1.340264,
12722 A2 = -0.081106,

Callers

nothing calls this directly

Calls 2

conicProjectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected