Simplify geometry

configuration-examples Simplify geometry

Since GeoDMS version 7.408 you can use the bg_simplify_polygon function to simplify a polygon and since 8.031 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: