mjaschen / phpgeo

Simple Yet Powerful Geo Library for PHP
https://phpgeo.marcusjaschen.de
MIT License
1.55k stars 195 forks source link

Feature: Simplify Polygon #69

Closed csimpi closed 3 years ago

csimpi commented 4 years ago

Why can't I simplify Polygon, but I can PolyLine?

mjaschen commented 4 years ago

Good point, that feature will be added!

mjaschen commented 3 years ago

You can now simplify polygons as well. Please use the simplifyGeometry() methods in SimplifyBearing and SimplifyDouglasPeucker.

In the next major release simplify() and simplifyGeometry() will be unified.