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

pointsWithinPolygon: add MultiPoint support #2137

Merged
merged 13 commits into from
Jul 6, 2021

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    114d333 View commit details
    Browse the repository at this point in the history
  2. add multipoint coord filtering

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    bf08807 View commit details
    Browse the repository at this point in the history
  3. update jsdoc

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0133faf View commit details
    Browse the repository at this point in the history
  4. doc consolidate

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    cda7a14 View commit details
    Browse the repository at this point in the history
  5. tighten up comparison

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    72a2f6f View commit details
    Browse the repository at this point in the history
  6. update types

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    5f30fb2 View commit details
    Browse the repository at this point in the history
  7. fix return type

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    83aa26f View commit details
    Browse the repository at this point in the history
  8. change let to var for linter

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    e515adb View commit details
    Browse the repository at this point in the history
  9. add point geom generic

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    5ced883 View commit details
    Browse the repository at this point in the history
  10. doc fixes

    twelch committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    93fcd96 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. add mixed example

    twelch committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    100207e View commit details
    Browse the repository at this point in the history
  2. update jsdoc

    twelch committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b17c8e8 View commit details
    Browse the repository at this point in the history
  3. add mixed test

    twelch committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    347d549 View commit details
    Browse the repository at this point in the history