https://github.com/orbisgis/h2gis

sort by:
Revision Author Date Message Commit Date
b4330de [maven-release-plugin] prepare release v1.0.2 04 November 2013, 15:57:24 UTC
99cd919 Forget to remove orbisgis repo 04 November 2013, 15:54:54 UTC
44645ed [maven-release-plugin] prepare for next development iteration 04 November 2013, 15:47:11 UTC
8f5cf8d [maven-release-plugin] prepare release v1.0.1 04 November 2013, 15:46:28 UTC
8744c17 reformat pom.xml 04 November 2013, 15:31:38 UTC
21ef0bb do standalone on package 04 November 2013, 15:29:47 UTC
716cd80 OSGified JTS for unit test 04 November 2013, 10:49:53 UTC
5a3c2ad Change pom groupId to org.orbisgis 25 October 2013, 13:58:12 UTC
bd64359 fix integration test 25 October 2013, 12:20:56 UTC
01c3c47 Replace integration test with one available in maven central 25 October 2013, 11:26:28 UTC
c29ee6a Merge pull request #23 from nicolas-f/h2gis_release H2GIS Release 1.0.0 23 October 2013, 08:11:52 UTC
ddd1ef4 Rename package to utilities 23 October 2013, 07:55:31 UTC
d6b8386 Merge branch 'h2_174' into feature/addsrid Conflicts: spatial-utilities/src/main/java/org/h2gis/sputilities/JDBCUtilities.java spatial-utilities/src/main/java/org/h2gis/sputilities/URIUtility.java 22 October 2013, 15:58:45 UTC
7e48345 H2 GIS Version 1.0.0 22 October 2013, 14:58:17 UTC
f5034fe Rename package to h2gis 22 October 2013, 14:55:20 UTC
bff876a Update h2 version 22 October 2013, 14:48:57 UTC
71e2260 Add ST_SETSRID 22 October 2013, 14:41:57 UTC
821cbef Update README.md add Acknowledgements 09 October 2013, 11:27:36 UTC
5432ad5 Fix geometry_columns view, add unit test for catalog.schema.table 01 October 2013, 08:48:47 UTC
dc32496 Update README.md 30 September 2013, 12:49:56 UTC
a023ba7 Fix constructor of TableLocation, manage null catalog and schema 30 September 2013, 07:24:13 UTC
b9b5b75 fix dbr writer, char type 26 September 2013, 11:24:27 UTC
8b904fc Finalize SHP DBF Write and Read 26 September 2013, 09:11:22 UTC
af5c9b9 Expose non-db driver functions 24 September 2013, 14:08:42 UTC
37424a5 Add license header, declare sql functions 24 September 2013, 13:38:45 UTC
660916c finish DBFRead DBFWrite, add unit test 24 September 2013, 13:36:47 UTC
5e29bac Add DBF writer and reader function 24 September 2013, 12:58:59 UTC
39b39f9 Fix shp writer 23 September 2013, 15:18:43 UTC
7a19efd Do, shape write driver 23 September 2013, 09:48:13 UTC
96bf484 Add unit test for shp copy 18 September 2013, 12:29:54 UTC
7841206 Refactor dbf and shp reader 18 September 2013, 07:34:42 UTC
b32f261 Add shape driver to copy data through jdbc fix shx and dbf search 16 September 2013, 13:23:34 UTC
fe23c89 Publish table engine as link file driver 13 September 2013, 13:56:34 UTC
df79be3 Merge pull request #22 from nicolas-f/fix/cts-version Fix/cts version 10 September 2013, 12:26:04 UTC
dc0b762 Set CTS url 10 September 2013, 12:19:59 UTC
f68d4da use release version of cts 10 September 2013, 12:17:08 UTC
6b46135 Merge pull request #21 from nicolas-f/fix/pom Update pom, SL4J simple in unit test, remove version in assembly 10 September 2013, 12:13:19 UTC
58094e0 Update pom, SL4J simple in unit test, remove version in assembly 10 September 2013, 12:11:03 UTC
160966a Merge pull request #20 from agouge/15-2 [Fix #15] Fix Java 7 compatibility issue 09 September 2013, 08:57:22 UTC
e8c3319 [Fix #15] Fix Java 7 compatibility issue For now, all the newly added Java 7 methods are implemented by throwing an UnsupportedOperationException. This allows us to keep Java 6 compatibility. See also 6b10b62ad77edcd3491d972179f0a47e08002982 which we should use once we abandon Java 6. 05 September 2013, 14:56:54 UTC
f9f1bf6 Merge pull request #18 from agouge/add-remarks-ST_Transform Add missing REMARKS for ST_TRANSFORM 04 September 2013, 13:04:40 UTC
bb3e6e3 Add missing REMARKS for ST_TRANSFORM 04 September 2013, 11:57:56 UTC
3f11d91 Merge pull request #17 from ebocher/h2gis_cts2 Adds support for changing a geometry's projection using the ST_Transform(geometry, srid ::int) function. The spatial_ref_table has been updated to use the last postgis release (>2). The CTS library is used to re-project between spatial reference systems. 03 September 2013, 13:54:38 UTC
1ea139f fix dependency with cts in integration test 03 September 2013, 13:37:11 UTC
e265c14 Fix typo for javadoc thx AdamJ 03 September 2013, 12:15:16 UTC
1c51fce Fix typo 03 September 2013, 12:05:01 UTC
dc1427e Add a message to prevent specific CRS (vertival tranformation) 03 September 2013, 09:45:00 UTC
cabdf00 Fix the method getsupportedCodes Add a test to spatialregistry Fix the wgs84 definition 03 September 2013, 09:32:43 UTC
9c6fb38 javadoc 03 September 2013, 08:15:50 UTC
19b4638 Clean the code add javadoc 03 September 2013, 08:11:13 UTC
6ed9659 Clean the CRS function and add unit tests 03 September 2013, 07:24:48 UTC
5b01459 Change CTS version + prepare the st_transform function Update the spatial_ref_sys to use the good french parameters. 02 September 2013, 18:42:43 UTC
041d589 Merge pull request #16 from nicolas-f/functionRemarks Add function remarks (descriptions). 29 August 2013, 12:35:30 UTC
1638645 Add remarks on each SQL functions 29 August 2013, 08:04:58 UTC
565e5c1 Add remarks on Function interface 28 August 2013, 14:49:34 UTC
f07f1a2 Update dependencies 28 August 2013, 14:24:21 UTC
7dda12c Update README.md 28 August 2013, 13:23:21 UTC
bbdacee Update README.md 28 August 2013, 12:28:59 UTC
746e0c6 Update README.md 28 August 2013, 12:28:40 UTC
7b0fd02 Update README.md 28 August 2013, 12:28:05 UTC
bf33f95 Update README.md 28 August 2013, 12:26:00 UTC
0ee9859 Update README.md 28 August 2013, 12:25:05 UTC
32f30b5 Merge pull request #14 from nicolas-f/shapeDriver Shape driver 28 August 2013, 06:44:15 UTC
5430588 update version 27 August 2013, 15:41:52 UTC
a7f4821 ST_Explode now convert MULITPOINT EMPTY into Null, as POINT EMPTY cannot be converted in binary 19 August 2013, 14:58:24 UTC
7b83495 Add a sql helper in order to test if a table is temporary 01 August 2013, 09:49:54 UTC
8e3fb46 fix error message 31 July 2013, 14:43:10 UTC
2baa354 Fetch geometry field if not given 31 July 2013, 14:03:57 UTC
3284c18 Add Table Extent SFS function 30 July 2013, 09:35:55 UTC
e3d499c fix source tracker, duplace connection close 29 July 2013, 11:46:08 UTC
3fceb5a fix connection wrapper 26 July 2013, 11:48:32 UTC
2a50035 fix prepared statement wrapper 26 July 2013, 09:42:56 UTC
425c208 fix sql wrapper 26 July 2013, 09:36:00 UTC
be39709 fix unit test 26 July 2013, 08:56:20 UTC
6e1178e Enhance spatial wrapper 26 July 2013, 07:52:48 UTC
4ed4d3f Unit test on GetFieldType 25 July 2013, 13:34:20 UTC
36848ef Fix get geometry type by constraint 25 July 2013, 11:58:02 UTC
7bc7d0d Merge pull request #13 from nicolas-f/shapeDriver H2GIS with H2 Spatial 24 July 2013, 12:17:36 UTC
fe40a9f if column is defined, do not parse dbf 24 July 2013, 09:41:29 UTC
68ad322 Add all known encodings for dbf 24 July 2013, 09:09:17 UTC
2e9c0c5 Read korean encoded dbf.. yes 23 July 2013, 15:45:09 UTC
dee6dd2 add pom.xml 23 July 2013, 13:18:49 UTC
fd82dd6 update readme 23 July 2013, 13:14:35 UTC
11a8816 Reactive OSGi test, use Bundle Fragment 23 July 2013, 13:02:54 UTC
c911e63 register driver in h2spatial-ext 22 July 2013, 12:22:35 UTC
84d4875 fix spatial init, and unit test 22 July 2013, 09:29:45 UTC
da35050 Init column only if empty 22 July 2013, 09:18:49 UTC
863af1e Add geometry field in shp driver 22 July 2013, 07:24:01 UTC
b061400 create a single sql function to open any files 19 July 2013, 15:27:52 UTC
63f7247 Read some lines of dbf in unit test 19 July 2013, 14:42:36 UTC
22bf897 Test SHP Engine table columns 19 July 2013, 11:38:48 UTC
903106f Copy dbf driver 19 July 2013, 09:13:45 UTC
e77f9b3 firt test custom table engine 18 July 2013, 15:16:08 UTC
74f8540 Begin writing shape table engine 18 July 2013, 12:45:28 UTC
902d35b Save readme in final zip. 17 July 2013, 14:06:43 UTC
3de590f Use h2 snapshot 17 July 2013, 13:42:23 UTC
e18d34d Fix unit test, create a dist zip of h2 GIS 17 July 2013, 13:20:32 UTC
80830a5 fix custom h2 version 16 July 2013, 15:02:35 UTC
49817a3 Fix jts version,use the same as h2 16 July 2013, 13:25:45 UTC
fd9cd09 Add Activator for tracking DataSource 15 July 2013, 12:20:25 UTC
back to top