moovida / dart_jts

An effort to port some of the Java Topology Suite to dart
Other
26 stars 19 forks source link

JTS Simplification Classes #22

Closed badger3512 closed 11 months ago

badger3512 commented 11 months ago

Migrate from Java, Douglas-Peucker, Topology-Preserving, and Visvalingam-Whyatt simplification classes along with unit tests and other associated classes.

moovida commented 11 months ago

Dear @badger3512 , thanks for this amazing pieces of contribution. This also seems to fix issue #21 , right?

Thanks also for the very clear splitting of classes and added testcases.