Skip to content

v2.1.0

Compare
Choose a tag to compare
@SPalominos SPalominos released this 19 Jul 09:07
· 166 commits to master since this release

This release introduces several major changes in H2GIS synchronized with the new H2 2.X series.

Changelog for v2.1.0

  • Fix javadoc issues.
  • Remove slf4j-simple dependency (#1261)
  • Fix geometry_columns view function in order to escape table name with reserved database word (#1269)
  • Add an option in ASC file reader in order to add the asc content into an existing table (#1270)
  • Change batch size to use the optimal size (#1275)
  • Add new constructors to TableLocation (#1264)
  • Add ST_AsEWKB function(#1271)
  • Add ST_Multi function (#1268)
  • Fix GeoJSON driver on H2GIS does not use the good object type for geometry (#1277)
  • Fix estimated extend on schema (#1286)
  • TableLocation.parse now restore a TableLocation.toString() to the initial state
  • Make test run again without PostGIS instance
  • ST_DistanceSphere throws an exception when the two input srids are different (#1292)
  • Remove OrbisParent dependency
  • Update H2 to 2.1.212 and fix poly2tri dep
  • Move all OSGI dependencies to h2gis-functions-osgi and to postgis-jts-osgi
  • Move classes used for datasource creation (H2GISOsgiDBFactory and DataSourceFactoryImpl) to *-osgi package and keep test purpose class (HGISSimpleDBFactory) in h2gis-functions
  • Fix ST_OrderingEquals and ST_AsBinary parameters to handle the case of a null geometry
  • Fix ST_Accum and ST_Union to filter empty geometry
  • Fix FindGeometryMetadata to handle the case of case-sensitive names
  • Move header url into valid html <a> tags.
  • Make the method PostGISDBFactory.createDataSource(Properties) static
  • Fix ST_Union to return null if the entry geometry is null
  • Improve st_node to remove duplicate lines
  • Update H2 to 2.1.214
  • Fix an issue on writing as geojson a table with a null value typed as TIME
  • Add a mechanism to manage non-standardized prj file
  • Upgrade to JTS 1.19.0