()
| 12685 | equirectangularRaw.invert = equirectangularRaw; |
| 12686 | |
| 12687 | function equirectangular() { |
| 12688 | return projection(equirectangularRaw) |
| 12689 | .scale(152.63); |
| 12690 | } |
| 12691 | |
| 12692 | function conicEquidistantRaw(y0, y1) { |
| 12693 | var cy0 = cos$1(y0), |
nothing calls this directly
no test coverage detected