()
| 12893 | }); |
| 12894 | |
| 12895 | function stereographic() { |
| 12896 | return projection(stereographicRaw) |
| 12897 | .scale(250) |
| 12898 | .clipAngle(142); |
| 12899 | } |
| 12900 | |
| 12901 | function transverseMercatorRaw(lambda, phi) { |
| 12902 | return [log$1(tan((halfPi$1 + phi) / 2)), -lambda]; |
nothing calls this directly
no test coverage detected