()
| 12760 | gnomonicRaw.invert = azimuthalInvert(atan); |
| 12761 | |
| 12762 | function gnomonic() { |
| 12763 | return projection(gnomonicRaw) |
| 12764 | .scale(144.049) |
| 12765 | .clipAngle(60); |
| 12766 | } |
| 12767 | |
| 12768 | function identity$4() { |
| 12769 | var k = 1, tx = 0, ty = 0, sx = 1, sy = 1, // scale, translate and reflect |
nothing calls this directly
no test coverage detected