()
| 133987 | return (0, _fitJs.fitHeight)(projection1, height, object); |
| 133988 | }; |
| 133989 | function recenter() { |
| 133990 | var center = scaleTranslateRotate(k, 0, 0, sx, sy, alpha).apply(null, project(lambda, phi)), transform = scaleTranslateRotate(k, x - center[0], y - center[1], sx, sy, alpha); |
| 133991 | rotate = (0, _rotationJs.rotateRadians)(deltaLambda, deltaPhi, deltaGamma); |
| 133992 | projectTransform = (0, _composeJsDefault.default)(project, transform); |
| 133993 | projectRotateTransform = (0, _composeJsDefault.default)(rotate, projectTransform); |
| 133994 | projectResample = (0, _resampleJsDefault.default)(projectTransform, delta2); |
| 133995 | return reset(); |
| 133996 | } |
| 133997 | function reset() { |
| 133998 | cache = cacheStream = null; |
| 133999 | return projection1; |
no test coverage detected