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

Implement Simplification traits for more things #135

Merged
merged 4 commits into from
Aug 14, 2017

Commits on Aug 10, 2017

  1. MultiLineStrings can be simplified as well.

    If you can simplify LineStrings, it makes sense that you can simplify a
    collection of linestrings (i.e. a multilinestring).
    Rory McCann committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    dd87bca View commit details
    Browse the repository at this point in the history
  2. Add Simplification functionality for Polygons

    It simplifies their constituent linestrings.
    Rory McCann committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    0df4454 View commit details
    Browse the repository at this point in the history
  3. Add simplification functionality for MultiPolygons

    Just simplify their constituent Polygons
    Rory McCann committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    21100e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd8770f View commit details
    Browse the repository at this point in the history