age |
author |
description |
2015-02-25 |
Liza Sakellari |
Merge with default branch and added TemplateTestSqlite class.sqlite |
2015-02-21 |
George Stamoulis |
Changed the getSRID functions as in the default branch.temporals |
2015-02-13 |
George Stamoulis |
Added comments on how getSRID() function in WKTHelper.java works according to the input, and changed the implementation to match the description. |
2015-02-13 |
George Stamoulis |
Removed from JTSWrapper.java the function getSRIDfromGMLString() and from AbstractWKT.java the function getEPSG_SRID() and altered the function getSRID() in WKTHelper.java to cover all three cases. |
2015-02-12 |
George Stamoulis |
Rewrite of the getSRIDfromGMLString() function in JTSWrapper.java using the unmarshaller features. Added comments to explain what is happening in each case. |
2015-02-11 |
George Stamoulis |
Added a function in JTSWrapper.java to read the SRID of a geometry, if it is provided as gmlLiteral. |
2015-02-11 |
George Stamoulis |
Removed print calls. |
2015-02-11 |
George Stamoulis |
Fixes on KML writer to work as intended, cause it is not working properly after 3.2.9 |
2015-02-11 |
George Stamoulis |
Testing KML writer because it is not working as intended after version 3.2.9 |
2015-02-10 |
George Stamoulis |
Changes to test GML geometry representation in the KML writer. |
2015-02-10 |
gstam |
Merge with 72832610c54789d8ef40e8e978fe97a3af8502b2 |
2015-02-10 |
George Stamoulis |
Changes to support GML geometry representation. |
2015-02-09 |
Stella Giannakopoulou |
there is no need to call the JoinOptimizer twice (for the spatial and then for the temporal). So, I mergedtemporals |
2015-01-27 |
Stella Giannakopoulou |
added tests for the temporal constructs except for period_preceding and period_succedingtemporals |
2015-01-26 |
Stella Giannakopoulou |
small bug in strdf:period functiontemporals |
2015-01-23 |
Stella Giannakopoulou |
added correct queries and results for the rest functions that are not supported by PostgreSQL Temporal.temporals |
2015-01-23 |
Liza Sakellari |
sqlite changes. Replaced jdbc sqlite driver.sqlite |
2015-01-15 |
Liza Sakellari |
local commitsqlite |
2015-01-23 |
Giannis Vlachopoulos |
merge |
2015-01-23 |
Giannis Vlachopoulos |
Related to bug #58; Debianized strabon runtime component. See more |
2015-01-22 |
Stella Giannakopoulou |
added correct queries and results for the temporal functions that have a correspondingtemporals |
2015-01-22 |
Stella Giannakopoulou |
the corresponding postgres function of the strdf:PeriodOverlaps must be the overlaps function and not the intersectstemporals |
2015-01-22 |
Stella Giannakopoulou |
removed unused teststemporals |
2015-01-22 |
Stella Giannakopoulou |
a missing else clause in the PostGISQueryBuilder caused a missing left argumenttemporals |
2015-01-22 |
Stella Giannakopoulou |
changed the tests of the temporal relation functions in order to be compliant with thetemporals |
2015-01-19 |
Stella Giannakopoulou |
Bye bye luna! |
2015-01-15 |
Giannis Vlachopoulos |
#58: -Ddebian=true to create the debian package during maven |
2015-01-15 |
Giannis Vlachopoulos |
#58 Added dependencies and a script for initializing the template_postgis |
2015-01-14 |
Konstantina Bereta |
updated changelogtemporals |
2015-01-14 |
Konstantina Bereta |
(see previous commit message)temporals |
2015-01-14 |
Konstantina Bereta |
completed imlpementation of the period(timestamp,timestamp) functiontemporals |
2015-01-13 |
Stella Giannakopoulou |
insert datetime literals in the period_values table in order totemporals |
2015-01-13 |
Stella Giannakopoulou |
fixed a typo in the construction of the expression in the cases oftemporals |
2014-12-18 |
Stella Giannakopoulou |
updated ChangeLog |
2014-12-18 |
Stella Giannakopoulou |
tests for bug #78 |
2014-12-18 |
Stella Giannakopoulou |
bug #78: fixed also the case where spatial functions in SELECT did |
2014-12-18 |
Stella Giannakopoulou |
added more checks in the arguments of the spatial functions. |
2014-12-04 |
Stella Giannakopoulou |
added the units of measure in the default prefixes of the endpoint |
2014-12-04 |
Stella Giannakopoulou |
#78 fixed. |
2014-10-30 |
Babis Nikolaou |
updated ChangeLog |
2014-10-30 |
Babis Nikolaou |
removed some print outs |
2014-10-30 |
Babis Nikolaou |
adresses bug #75: now GeoJSON correctly prints a datatype literal value, instead of always printing it as a string |
2014-10-30 |
Babis Nikolaou |
cleaned class XMLGSDatatypeUtil by removing unused methods and making datatype comparisons null-safe |
2014-10-30 |
Babis Nikolaou |
GeoJSON writer now takes into account the default precision of the JTS library |
2014-10-29 |
Babis Nikolaou |
revert DEBUG to INFO |
2014-10-29 |
Stella Giannakopoulou |
fixed the call of the KML writer in the endpoint client, where the |
2014-10-22 |
Stella Giannakopoulou |
updated ChangeLog |
2014-10-22 |
Stella Giannakopoulou |
#74 fixed: now when a constant appears inside a spatial function, it is transformed to 4326. |
2014-10-14 |
Babis Nikolaou |
merge with defaulttemporals |
2014-10-14 |
Babis Nikolaou |
changed scope to protected for the other members/methods as well |
2014-10-14 |
Babis Nikolaou |
merge with defaulttemporals |
2014-10-14 |
Babis Nikolaou |
changed scope of variables in KML writer from private to protected, so as the writer can be extended (ggarbis has done this in Sextant for example) |
2014-09-26 |
Stella Giannakopoulou |
in the case of select constructs there is no need to push the resulting geometry |
2014-09-26 |
Babis Nikolaou |
corrected by name |
2014-09-26 |
Babis Nikolaou |
added dependency of Strabon to testsuite and strabon-endpoint-client (in main pom.xml) |
2014-09-25 |
Babis Nikolaou |
fixed bugs #49 and #65; we do not do any decode on the query that is sent through the forms of the strabon endpoint beans; this is already handlded by the container |
2014-09-24 |
Babis Nikolaou |
merge with default branchtemporals |
2014-09-24 |
Stella Giannakopoulou |
fixed the tests of geof:distance and geof:buffer, that had wrong results due to the |
2014-09-24 |
Babis Nikolaou |
updated ChangeLog |
2014-09-23 |
Babis Nikolaou |
corrected tests that were expecting a WKT in 4326 to contain also the URI of the CRS; we do not include this anymore, if the CRS is the default for that datatype |