Changelog History
-
v1.5.0 Changes
March 18, 2019๐ This release is aligned with CTS 1.5.2 (https://github.com/orbisgis/cts/releases)
โก๏ธ It's based on H2 1.4.197 and uses JTS 1.15. It introduces a significant change in package naming. The JTS library has switched from "com.vividsolutions" to "org.locationtech" packages and all H2GIS functions has been updated to follow it.For a detailed list of issues go to : https://github.com/orbisgis/h2gis/milestone/6?closed=1
-
v1.4.0 Changes
May 02, 2018๐ Change log
๐ Bugs
- ๐ Fix ST_GRAPH : remove temporary tables
- ๐ Fix ST_TRANSFORM : reset cache of cloned geometries
- ๐ Fix ST_OSMDOWNLOADER
โจ Enhancements
- ๐ Drivers support empty tables
๐ Features
- โ Add ST_POINT()
- โ Add ST_SVF()
- โ Add ST_DRAPE()
- โ Add ST_NODE()
- โ Add JSON write driver
๐ Documentation
- โ Add ST_SVF documentation
- โ Add ST_DRAPE documentation
- ๐ Update ST_MAKEGRIDPOINTS documentation
- โก๏ธ Update QuickStart
-
v1.3.2 Changes
October 04, 2017๐ Change log
๐ Bugs
- ๐ Fix Invalid cost of PK Index
- ๐ Fix on geojson driver
โจ Enhancements
- โ Add support to 2008 and RFC 7946 specification for GeoJson driver
- โก๏ธ Update H2 database to 1.4.196
๐ Features
๐ Documentation
- ๐ Fix the readme to have the correct alias/classname CREATE ALIAS IF NOT EXISTS H2GIS_SPATIAL FOR "org.h2gis.functions.factory.H2GISFunctions.load"
- Set postgis-jts-osgi to LPGL
- โ Add docs for DoubleRange and IntegerRange functions
- โ Add on ST_RemoveRepeatedPoint with tolerance
- ๐ Improve ST_Expand
- โก๏ธ Update OSMRead, GPXRead and ST_Graph due to the new argument "delete the existing tables"
-
v1.3.1 Changes
March 28, 2017๐ 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
-
v1.3.0 Changes
June 02, 2016๐จ H2GIS refactoring
๐ฆ The version 1.3.0 proposes a new organization for H2GIS modules and packages to make it easier to understand.
Now all spatial and drivers functions are collected in the H2GIS-Functions module.
H2Network functions are stored in the H2Network module. This module is loaded by the H2GIS-EXT project. H2GIS-EXT project is the main project to extend H2GIS-Functions with new features (Raster, Topology in the future).H2GIS new license
This PR changes the H2GIS license from GPL 3 to LGPL3.
-
v1.2.4 Changes
May 25, 2016- ๐ Fix ST_SetSRID on null argument.
- ๐ Fix ST_Transform on null argument.
- ๐ Fix the KML, KMZ, geoJSON export with postgis.
- ๐ Fix GPX and geoJSON datatype for postgresql
- โ Add the support of TSV file (read and write).
- โฌ๏ธ Upgrade H2 database from version 1.4.188 to version 1.4.189.
-
v1.2.3 Changes
September 18, 2015- ๐ Fix DBF decimal operator overflow error.
- ๐ Fix URI storage error when importing database from other operating system (Windows/Linux) Thanks to @bedla for providing the patch #556
- ๐ Range index support on system column GID for FileDrivers
- ๐ GeoJSON support for mixed geometry types. Thanks for @AngryGamy for reporting the issue #548
- โ Add ST_GeomFromGML
- โ Add ST_GeomFromGeoJSON
- โ Add ST_OSMMapLink
- โ Add ST_GoogleMapLink
- โ Add ST_AsGML
- โ Add ST_GeomFromWKB
- โฌ๏ธ Upgrade H2 database from version 1.4.186 to version 1.4.188
-
v1.2.2 Changes
May 29, 2015H2GIS version 1.2.2 use H2 version 1.4.186 (Beta)
๐ New Functions:
- ST_3DArea
- ST_3DPerimeter
- ST_BoundingCircleCenter
- ST_FlipCoordinates
- ST_GeometryShadow
- ST_LongestLine
- ST_MaxDistance
- ST_MinimumBoundingCircle
- ST_Perimeter
- ST_Tessellate
- ST_Voronoi
-
v1.2.0
January 30, 2015 -
v1.1.1 Changes
January 22, 2015H2GIS version 1.1.1 use H2 version 1.3.176
๐ Change log
- OpenStreetMap import functions. Read large OpenStreetMap .osm or .osm.bz2 and convert lossless to database tables.
- autoincrement primary key column is added for linked/imported files
๐ New Function list:
- ST_OSMDownloader
- ST_ProjectPoint
- ST_OffSetCurve
- โ ST_ShortestPathTree
- ST_LineIntersector
- OSMRead
- ST_CollectExtract
- DoubleRange
- IntegerRange
- ST_SideBuffer
- ST_RingSideBuffer