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

Function equirectangular

external/.d3.js:12687–12690  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12685equirectangularRaw.invert = equirectangularRaw;
12686
12687function equirectangular() {
12688 return projection(equirectangularRaw)
12689 .scale(152.63);
12690}
12691
12692function conicEquidistantRaw(y0, y1) {
12693 var cy0 = cos$1(y0),

Callers

nothing calls this directly

Calls 2

projectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected