H2GIS v1.5.0 Release Notes
Release Date: 2019-03-18 // about 6 years ago-
๐ 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
Previous changes from v1.4.0
-
๐ 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