> Is there a reason that gSimplify doesn't default to a topology > preserving simplification? The various geos wrapper functions were written to match the geos C api as closely as possible. Relevant functions happen to be GEOSSimplify and GEOSTopologyPreserveSimplify so the former was used as the default. -Colin