Opened 5 years ago
Closed 5 years ago
#952 closed enhancement (fixed)
Add GEOSMakeValid() and GEOSBuildArea()
| Reported by: | rouault | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Default | Version: | |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description
rttopo / liblwgeom has MakeValid() and BuildArea() functions that would be convenient to have in GEOS itself for projects that can't use rttopo/liblwgeom. @strk agreed in https://git.osgeo.org/gitea/geos/geos/pulls/27 that the relevant rttopo code was fine to relicense to LGPL for inclusion in GEOS and I did a first take at doing the exercice, but using the GEOS C API. I'll take a new try at porting this code to using GEOS C++ API instead
Note:
See TracTickets
for help on using tickets.

Submitted as https://git.osgeo.org/gitea/geos/geos/pulls/74 and https://github.com/libgeos/geos/pull/151