H2GIS v1.5.0 Release Notes
Release Date: 2019-03-18 // over 5 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