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