Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #781 from ebocher/nextStable1.3.1
## 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 Prepare H2GIS 1.3.1 release
- Loading branch information