• Wind the rings of polygons and multipolygons.

    This creates a copy of the input.

    • outer as false is the default, which is the GeoJSON RFC way.
    • outer as true is for d3-geo.

    Parameters

    • feature: Feature<Geometry, GeoJsonProperties>
    • winding: Winding = 'RFC7946'

    Returns Feature

Generated using TypeDoc