block by mbostock ffbe45ba1dfc5ebd56b7f4cfdac9b71a

Polygon Clipping II

Full Screen

This example demonstrates how to use d3.geoIdentity and d3.geoProject to clip a polygon to an extent. While this example clips the polygon in the browser, this would more commonly be done on the command-line using geoproject. The advantage of this approach over clipping while rendering is that you can precompute the clipped polygon for faster rendering.

index.html