Simplify geometry

Configuration examples Simplify geometry

Use the Bg_simplify_polygon function to simplify a Polygon and the Bg_simplify_linestring function to simplify an Arc.

These functions simplify the line strings separately, resulting in holes between polygons. To solve this, we made a script available that adds topology, resulting in simplified polygons for which adjacent boundaries are simplified in the same manner, not creating holes in the simplified set.

See Poly to grid to (simplified) polygon for this script.

see also: