H2GIS v1.3.1 Release Notes

Release Date: 2017-03-28 // about 7 years ago
  • ๐Ÿ”„ Change log

    ๐Ÿ› Bugs

    • Read the prj file and set the SRID from FILE_TABLE interface
    • Align ST_NumInteriorRing to SQL/MM
    • ST_Length works only with Line, Curve and MultiLine and MultiCurve.
    • ๐Ÿ›  Fixes on GeoJSON driver

    โœจ Enhancements

    • ST_Graph() is now compatible with a PostGIS database
    • โž• Add ST_Expand() support distance for X and Y
    • โšก๏ธ Update to JTS 1.14
    • โšก๏ธ Update to H2 1.4.193
    • ๐Ÿ‘ CSV, OSM and GPX drivers support options (encoding, field separators, delete existing tables...)
    • โž• Add cancel action on the CSV driver
    • ๐Ÿšš ST_OSMDOWNLOADER supports a delete argument to remove the downloading file

    ๐Ÿ”‹ Features

    • H2GISversion() returns the H2GIS version
    • ST_Collect() is an alias of ST_Accum()
    • Add ST_NPoints() and fix ST_NumPoints() to be conform to SQL/MM
    • โž• Add TSV importer and exporter drivers and functions
    • โž• Add ST_GEOMFROMWKB()
    • โœ‚ Add ST_RemoveRepeatedPoints() and ST_RemoveDuplicatedCoordinates()
    • โž• Add ST_MakeValid() to return a valid geometry

    ๐Ÿ“š Documentation

    • ST_ACCUM(), ST_Collect(), ST_NPoints(), ST_RemoveRepeatedPoints(), ST_RemoveDuplicatedCoordinates(), ST_MakeValid(), ST_Graph()
    • H2 Network examples up to date