Strabon
diff ChangeLog @ 1527:ba8fb069b2ca
Merged with default branch.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Wed Nov 11 13:28:26 2015 +0000 (2015-11-11) |
parents | c349f282f45f 38b0c0a12614 |
children | 6cc6a1963350 |
line diff
1.1 --- a/ChangeLog Wed Jan 14 13:20:48 2015 +0200 1.2 +++ b/ChangeLog Wed Nov 11 13:28:26 2015 +0000 1.3 @@ -1,5 +1,58 @@ 1.4 - * Completed implementation of the period function, that constructs 1.5 - a period with start and end points the given arguments 1.6 +Wed Mar 11 21:02:48 2015 Pyravlos Team 1.7 + 1.8 + * Bug #73, modified appendBuffer function to take the srid into 1.9 + consideration even if the argument is a constant (wktLiteral 1.10 + or strdf literal) 1.11 + 1.12 + * Update jar references on scripts used by the debian packaging. 1.13 + Previously these references pointed only (incorrectly) to 1.14 + SNAPSHOTs. 1.15 + 1.16 + * Updated package names (since repositories cannot include capital 1.17 + letters + runtime and endpoint-exec must have different names 1.18 + 1.19 + * Version 3.3.1 released. 1.20 + 1.21 + * Bug #58, added script that is invoked my maven to also update the 1.22 + version described in the deb/control file of the runtime and 1.23 + endpoint-exec components. 1.24 + 1.25 + * Related to bug #58, but it generally enhances Strabon; The runtime 1.26 + component has also been debianized. Dependencies are added to 1.27 + /usr/share/jdeb/lib/strabon-runtime. ClassPath and strabon script 1.28 + have also been updated accordingly (strabon-cmd) 1.29 + 1.30 + * Bug #58: Maven creates the debian package conditionally. Use 1.31 + -Ddebian=true in the mvn package command. 1.32 + 1.33 + * Bug #58: Added dependencies - java, postgresql, tomcat. Also, added 1.34 + a strabon-init script that detects the postgis installation path 1.35 + and sets up the template_postgis. Finally the script creates a db 1.36 + called "endpoint" (assuming it does not already exist) that is used 1.37 + for the strabon-endpoint command. 1.38 + 1.39 + * Fixed an issue that returned null SRID when unmarshalling GML geometries if 1.40 + the SRID did not follow one of the supported formats by GML-JTS. To fix that 1.41 + we added a function that handles these cases by reading the userData variable 1.42 + that JTS provides. 1.43 + 1.44 + * Fixed a bug that would return no results when a variable that results 1.45 + from a BIND clause appears in the FILTER or in the projection of a 1.46 + query and is inside a spatial function. 1.47 + (bug #78: http://bug.strabon.di.uoa.gr/ticket/78) 1.48 + 1.49 + * Fixed the precision of the geometry literals in GeoJSON writer. Now, 1.50 + this defaults to the precision model of JTS (equals to 16). Prior to 1.51 + this it was fixed to 4. 1.52 + 1.53 + * Now the GeoJSON writer is aware of the kind of typed literals (e.g., 1.54 + numeric, boolean, calendar, etc.) and prints the corresponding 1.55 + values according to these types. 1.56 + 1.57 + * Fixed a bug that would not return the correct result or would fail 1.58 + when a spatial function involved a constant and a variable. 1.59 + (bug #74: http://bug.strabon.di.uoa.gr/ticket/74) 1.60 + 1.61 * Fixed a bug that would not return the correct spatial datatype of a 1.62 projected geometry literal stored in the database. 1.63 (bug #71: http://bug.strabon.di.uoa.gr/ticket/71)