From 941bbac9b8b527e0da06ad7f37f3f7a989389994 Mon Sep 17 00:00:00 2001 From: ebocher Date: Thu, 23 Mar 2017 09:01:24 +0100 Subject: [PATCH] Prepare H2GIS 1.3.1 release 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a047480f4..7d19f9c0a4 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.orbisgis h2gis pom - 1.3.1-SNAPSHOT + 1.3.1 H2GIS H2GIS is a spatial extension of the H2 database engine in the spirit of PostGIS. It adds support for the Open Geospatial Consortium (OGC) Simple Features for SQL (SFSQL) functions.