projection.clipAngle()

projection.clipAngle([angle])

If angle is specified, sets the projection’s clipping circle radius to the specified angle in degrees and returns the projection. If angle is null, switches to antimeridian cutting rather than small-circle clipping. If angle is not specified, returns the current clip angle which defaults to null. Small-circle clipping is independent of viewport clipping via projection.clipExtent.

doc_D3_Js
2016-11-24 10:28:27
Comments
Leave a Comment

Please login to continue.