()
| 12867 | }; |
| 12868 | |
| 12869 | function naturalEarth1() { |
| 12870 | return projection(naturalEarth1Raw) |
| 12871 | .scale(175.295); |
| 12872 | } |
| 12873 | |
| 12874 | function orthographicRaw(x, y) { |
| 12875 | return [cos$1(y) * sin$1(x), sin$1(y)]; |
nothing calls this directly
no test coverage detected