Skip to content

v2.2.4

Choose a tag to compare

@github-actions github-actions released this 22 Jan 12:27

Changelog for v2.2.4

  • Add ST_EnvelopeAsText function
  • Add ST_AsOverpassBbox function
  • Add ST_OverpassDownloader function
  • Add ST_SimplifyVW function
  • Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function
  • Fix write empty table to FGB file
  • Fix github actions
  • Fix mixed srid error on empty geometry with ST_Extent #1400
  • Remove transitive dependency from flatgeobuffer to JTS version 1.19 (should use 1.20 of jts-core)
  • Allow ST_GRAPH to be executed with empty geometry
  • Allow ST_GRAPH to be executed when the input table contains an autoincrement column and not only a PK
  • Fix bug when read GeometryCollection with the ST_GeomFromGeoJSON function
  • ST_MAKEGRID and ST_MAKEGRIDPOINTS : add an option to order the cells starting from the upper left corner
  • Change ST_Collect to scalar function
  • Upgrade the version of FlatGeoBuffer driver (update of guava, flatbuffer)
  • Fix ST_MemSize typo
  • Fix doc for ST_SimplifyVW
  • Fix typo on FlatGeobuf driver
  • Fix doc on ST_MaximumInscribedCircle
  • Fix typo on ST_Force3DM
  • ST_Force3DM returns MULTIPOINT instead of GEOMETRYCOLLECTION M -
  • Implement ST_M correctly
  • Fix write empty table in FGB file
  • Fix ST_FORCE2D to return 2D coordinates
  • Use central portal to publish snapshots
  • New readthedoc documentation
  • Add native compilation using graalvm (creates lib and executable)
  • Exposes C API using graalvm to allow the lib to communicate with other programs
  • Fix an error for C API fetch_rows
  • Replace Poly2Tri by Tinfour library, signature of ST_ConstrainedDelaunay now have a minDistancePoint parameter for merging input coordinates
  • Fix storage of Boolean and Byte type of the Flat GeoBuffer storage driver issue #1437
  • Fix transformation from 27700 to 4326
  • Update to CTS 1.7.2-SNAPSHOT
  • Rename ST_TESSELLATE to ST_Tesselate
  • Use JTS algorithm in ST_Tesselate
  • Add ST_TriangulatePolygon
  • Add ST_MaximumInscribedCircleRadius
  • Add ST_SimplifyPolygonHull
  • Use RelateNG instead of Relate algorithm
  • Add missing implementation on PostGIS datasource wrapper (unwrap and iswrapper)
  • Use connection isWrapperFor instead of static class package search for checking if connection is H2 or POSTGIS
  • Fix timestamp and data IO with FlatGeoBuffer
  • Fix writing varchar with FlatGeoBuffer
  • Fix FlatGeoBuffer driver, do not read the first row multiple times
  • Prepare H2GIS 2.2.4 release