-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1319 from ebocher/fix_userspatial_ref
Removed User_Spatial_Ref table to manage local srid when a prj is read
- Loading branch information
Showing
15 changed files
with
58 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,2 @@ | ||
## 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 | ||
## Changelog for v2.2.0 | ||
+ Remove the mechanism to manage non-standardized prj file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
h2gis-functions/src/main/java/org/h2gis/functions/spatial/crs/UserSpatialRef.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.