peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
125 stars 19 forks source link

Add `SnapToGrid` methods #586

Closed peterstace closed 5 months ago

peterstace commented 5 months ago

Description

These methods transform the receiver geometry by snapping its control points to a base 10 grid.

Check List

Have you:

Related Issue

peterstace commented 5 months ago

Thanks for reviewing @albertteoh!