-
Notifications
You must be signed in to change notification settings - Fork 1
Simplify geometry
Maarten Hilferink edited this page Apr 8, 2026
·
11 revisions
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.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.