Codebase list geos / upstream/3.10.0
New upstream version 3.10.0 Bas Couwenberg 2 years ago
2 changed file(s) with 7 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 Changes in 3.10.0
1 2020-xx-xx
1 2021-10-20
22
33 - New things:
44
1717 (Paul Ramsey, Martin Davis)
1818 - CAPI: GEOSWKBWriter_getFlavor, GEOSWKBWriter_setFlavor support
1919 outputting ISO or Extended WKB flavors (#466, Paul Ramsey)
20 - CAPI: GEOSConstrainedDelaunayTriangulation, builds a constrained triangulation
21 of an input Polygon or MultiPolygon, returning a GeometryCollection(Polygon)
22 of the triangles.
20 - CAPI: GEOSConstrainedDelaunayTriangulation, builds a constrained
21 triangulation of an input Polygon or MultiPolygon,
22 returning a GeometryCollection(Polygon) of the triangles.
2323
2424 - Fixes/Improvements:
2525 - Preserve ordering of lines in overlay results (Martin Davis)
26 - Check for invalid geometry before fixing polygonal result in Densifier and DPSimplifier (Martin Davis)
26 - Check for invalid geometry before fixing polygonal result in Densifier
27 and DPSimplifier (Martin Davis)
2728 - Fix overlay handling of flat interior lines (JTS-685, Martin Davis)
2829 - Fix IsValidOp to correctly report invalid nested MultiPolygons (#1112, Martin Davis)
2930 - Fix BufferOp to avoid artifacts in certain polygon buffers (#1101, Martin Davis)
44 GEOS_VERSION_PATCH=0
55
66 # OPTIONS: "", "dev", "rc1" etc.
7 GEOS_PATCH_WORD=rc3
7 GEOS_PATCH_WORD=
88
99 # GEOS CAPI Versions
1010 #