Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix geoproject for polygons with holes #146

Closed
wants to merge 2 commits into from
Closed

fix geoproject for polygons with holes #146

wants to merge 2 commits into from

Commits on Aug 19, 2018

  1. clockwise() was returning false for clockwise rings and vice-versa.

    by way of consequence, geoproject and d3.geoProject() were creating garbage
    when applied to South Africa
    
    tests, etc @ https://beta.observablehq.com/d/47b2918ff37def88
    Fil committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    b1d3625 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. geoproject: contains() and clockwise() : difficult cases must be dele…

    …gated to d3-geo's slower but correct functions
    Fil committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    8c8dced View commit details
    Browse the repository at this point in the history