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

New @turf/isolines based on MarchingSquares.js #781

Merged
merged 12 commits into from
Jun 11, 2017
Merged

Commits on Jun 7, 2017

  1. Configuration menu
    Copy the full SHA
    4877842 View commit details
    Browse the repository at this point in the history
  2. fixed script and tests

    stebogit committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    d5fa41e View commit details
    Browse the repository at this point in the history
  3. updated bench

    stebogit committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    6456b87 View commit details
    Browse the repository at this point in the history
  4. updated readme

    stebogit committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    9c53e76 View commit details
    Browse the repository at this point in the history
  5. updated package.json

    stebogit committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    1efed7b View commit details
    Browse the repository at this point in the history
  6. updated index.d.ts

    stebogit committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    f67dbcd View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Configuration menu
    Copy the full SHA
    3b4a180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    039beee View commit details
    Browse the repository at this point in the history
  3. minor doc change

    stebogit committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    2821fc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2017

  1. Updates to Isolines

    - Divide properties={} to two params
    - Simplify Catch error logic (index.js)
    - Update Typescript definition
    - Add types.ts to test Typescript definition
    - Add single task to benchmark
    - Update Yarn.lock
    - Simplify bench & test logic
    - Save fixtures out to GeoJSON
    CC: @stebogit
    DenisCarriere committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    5c7eee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8369f3 View commit details
    Browse the repository at this point in the history
  3. Update Readme

    DenisCarriere committed Jun 11, 2017
    Configuration menu
    Copy the full SHA
    8931541 View commit details
    Browse the repository at this point in the history