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