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

Function naturalEarth1

external/.d3.js:12869–12872  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12867};
12868
12869function naturalEarth1() {
12870 return projection(naturalEarth1Raw)
12871 .scale(175.295);
12872}
12873
12874function orthographicRaw(x, y) {
12875 return [cos$1(y) * sin$1(x), sin$1(y)];

Callers

nothing calls this directly

Calls 2

projectionFunction · 0.85
scaleMethod · 0.45

Tested by

no test coverage detected