()
| 12748 | }; |
| 12749 | |
| 12750 | function equalEarth() { |
| 12751 | return projection(equalEarthRaw) |
| 12752 | .scale(177.158); |
| 12753 | } |
| 12754 | |
| 12755 | function gnomonicRaw(x, y) { |
| 12756 | var cy = cos$1(y), k = cos$1(x) * cy; |
nothing calls this directly
no test coverage detected