age |
author |
description |
2014-09-19 |
Babis Nikolaou |
added another test for geof:getSRID (see bug #32) |
2014-09-19 |
Babis Nikolaou |
geof:geoSRID was returning the default SRID when argument was not a value from the database; now it returns the appropriate SRID |
2014-09-19 |
Babis Nikolaou |
Fixes bug #32: implements geof:getSRID properly (now returns the URI of the corresponding SRID of the given geometry) |
2014-09-19 |
Babis Nikolaou |
changed also MonetDB createGeoValue() for bug #71 |
2014-09-19 |
Babis Nikolaou |
Fixed bug #71 |
2014-09-18 |
Babis Nikolaou |
some cleaning up |
2014-09-18 |
Babis Nikolaou |
when creating new WKT values in PostGISBindingIteration.createGeoValue(), use the default datatype for WKT (specified in GeoConstants.default_WKT_datatype) and not strdf:WKT |
2014-09-18 |
Babis Nikolaou |
had forgotten to create typed literals in TSV writer |
2014-09-18 |
Babis Nikolaou |
correctly identify CRS URIs when present in the select clause in functions like strdf:transform |
2014-09-18 |
Babis Nikolaou |
removed EPSG:4326 URI from the bounding box of the zoomed map in query.jsp |
2014-09-18 |
Babis Nikolaou |
corrected endpoint-client/pom.xml to point to the correct main class, so as it can be invoked from the command line |
2014-09-17 |
Babis Nikolaou |
changed the URL for the DBpedia endpoint in the corresponding test |
2014-09-17 |
Babis Nikolaou |
configured the output of some tests |
2014-09-17 |
Babis Nikolaou |
properly construct stRDF WKT literals (CRS URI should not be placed into <> characters); greek characters in the endpoint-client where not encoded appropriately when run from the console (Unit Testin); endpoint-client was encoding the query based on the return value of "Charset.defaultCharset()". We change excplicitly to UTF-8 |
2014-09-17 |
Babis Nikolaou |
moved AbstractWKT.getURI_forSRID() to WKTHelper and added there also creator methods for stRDF and GeoSPARQL WKT literals |
2014-09-17 |
Babis Nikolaou |
revert databases.properties (committed by mistake) |
2014-09-17 |
Babis Nikolaou |
moved AbstractWKT.getURI_forSRID() to WKTHelper and added there also creator methods for stRDF and GeoSPARQL WKT literals |
2014-09-17 |
Babis Nikolaou |
tests in endpoint-client were not using any assertions |
2014-09-17 |
Babis Nikolaou |
changes in the URLs of publicly accessible endpoints that are used for testing the endpoint-client |
2014-09-17 |
Babis Nikolaou |
missed a place that used hardcoded EPSG URIs |
2014-09-17 |
Babis Nikolaou |
added method AbstractWKT.getURI_forSRID(int srid) that returns a URI for the given srid or the empty string; Whoever created such URIs manually, now creates them using this method |
2014-09-17 |
Babis Nikolaou |
added configurable statement in log4j.properties for debugging queries in PostGIS |
2014-09-17 |
Babis Nikolaou |
changed default SRID of PostGIS to 84000 (CRS84); changed/updated default CRSs for strdf:WKT and geo:wktLiteral (both of the use CRS84); further, Geotools do not reverse longitude/latitude, so we use the official EPSG:4326 ordering, that is, Lat/Long |
2014-09-17 |
Babis Nikolaou |
now GeoJSON features encode their geometries in CRS84 (the default). This change was done because otherwise we should be referring to OGC CRS URNs and not to the EPSG:<code> style that was previously the case |
2014-09-16 |
Babis Nikolaou |
some comments and formatting |
2014-09-16 |
Babis Nikolaou |
introduced constant for the default SRID of MonetDB and PostGIS |
2014-09-16 |
Babis Nikolaou |
MonetDB.createWellKnownTextLiteralGeoValueForSelectConstructs should create WKTLiterals instead of WKT ones |
2014-09-16 |
Babis Nikolaou |
added some comments |
2014-09-16 |
Babis Nikolaou |
removed some comments |
2014-09-20 |
Babis Nikolaou |
fixed a bug in which postgis:ST_Centroid did not work in the SELECT clause with input geometries from the database |
2014-09-20 |
Babis Nikolaou |
corrected copyright notices |
2014-09-20 |
Babis Nikolaou |
added test for bug #53 |
2014-09-19 |
Babis Nikolaou |
updated ChangeLog with bug #53 |
2014-09-19 |
Babis Nikolaou |
fixed bug #53 |
2014-09-19 |
Babis Nikolaou |
added tests for geof:getSRID(); see bug #32 (I have fixed it, but not commited it yet) |
2014-09-18 |
Babis Nikolaou |
updated README file on how to run a specific test |
2014-09-17 |
Babis Nikolaou |
timestamped ChangeLog file with release date of v3.2.10 |
2014-09-17 |
Babis Nikolaou |
[maven-release-plugin] prepare for next development iteration |
2014-09-17 |
Babis Nikolaou |
[maven-release-plugin] copy for tag v3.2.10 |
2014-09-17 |
Babis Nikolaou |
[maven-release-plugin] prepare release v3.2.10v3.2.10 |
2014-09-17 |
Babis Nikolaou |
Updated ChangeLog for next release |
2014-09-13 |
Babis Nikolaou |
removed some unused variables in StrabonEndpointWrapper |
2014-09-13 |
Babis Nikolaou |
removed dependency to epsg-wkt.jar since one epsg (epsg-hsql.jar) suffices and duplication might rise exceptions (according to this page: http://docs.geotools.org/latest/userguide/faq.html#q-how-to-choose-an-epsg-authority) |
2014-09-11 |
Babis Nikolaou |
Fix for Bug #64: the endpoint now parses Accept headers with multiple values and uses the first mimetype corresponding to a valid stSPARQLQueryResultFormat. If preferences are attached to such values (using qvalues, i.e., text/plain;q=0.5), then these preferences are ignored. |
2014-09-11 |
Giannis Vlachopoulos |
merge |
2014-09-11 |
Giannis Vlachopoulos |
Bug #58 : Strabon goes debian v1. endpoint-exec/pom.xml was added |
2014-09-11 |
Babis Nikolaou |
Fixes Bug #40: StrabonBeanWrapper now registers a handler for SIGTERM signal, so as if Strabon Endpoint is run from the command-line (endpoint-exec), then the closing of the connection will be ultimately called. |
2014-09-10 |
Kostis Kyzirakos |
clean up the repositoriestemporals |
2014-09-10 |
Stella Giannakopoulou |
made KML and XML writers output the variables in the same order as they appear in the query. |
2014-07-21 |
Giannis Vlachopoulos |
fixed bug #45. https://bug.strabon.di.uoa.gr/ticket/45 |
2014-07-18 |
Maria Karpathiotaki |
#44 re-fixed.. :P |
2014-07-18 |
Maria Karpathiotaki |
#44 fixed. Altered default SRID to GeoSPARQL SRID |
2014-07-16 |
Kostis Kyzirakos |
Modified the pom.xml to use the Aduna's mirror by Ontotext without asking the user to modify hers ~/.m2/settings.xml |
2014-07-09 |
Dimitrianos Savva |
Replace class TemplateOrderByTest, with a protected variable in TemplateTest |
2014-07-01 |
Dimitrianos Savva |
Tests for Bug #62 |
2014-07-01 |
Dimitrianos Savva |
solve Bug #62 |
2014-06-27 |
Dimitrianos Savva |
Test for bug #34 |
2014-06-27 |
Dimitrianos Savva |
solve Bug #34 |
2014-06-17 |
Konstantina Bereta |
replaced net.fortytwo.sesametools.nquads v1.6 dependency with version v1.7temporals |
2014-05-27 |
Konstantina Bereta |
KMLWriter: Apart from rendering GeoSPARQL/stRDF compliant WKT literals, we may as well want to transform WKT literals encoded as plain RDF literals. This may not be the case for Strabon but it could be for other endpoints (endpoint client uses KMLWriter). |
2014-05-26 |
Stella Giannakopoulou |
added bug fix #51 in ChangeLog. |
2014-05-26 |
Stella Giannakopoulou |
#51 fixed. Checked the case where the result of strdf:distance is null. |
2014-05-26 |
Stella Giannakopoulou |
#51: added a null alias for the variables that exist inside spatial functions that |
2014-05-23 |
Panayiotis Smeros |
Merge with default branch.temporals |
2014-05-16 |
Kostis Kyzirakos |
Fixed the pomsMonetDB |
2014-05-02 |
Kostis Kyzirakos |
Merging with default branchMonetDB |
2014-05-07 |
Babis Nikolaou |
re-phrased last-added item in ChangeLog and moved it to the proper place |
2014-05-06 |
George Stamoulis |
ChangeLog added comments |
2014-05-06 |
George Stamoulis |
ChangeLog |
2014-05-06 |
George Stamoulis |
ChangeLog add |
2014-05-06 |
George Stamoulis |
Added the text in ChangeLog |
2014-05-06 |
Stella Giannakopoulou |
added bug fix #46 in ChangeLog |
2014-05-02 |
Kostis Kyzirakos |
[maven-release-plugin] prepare for next development iterationMonetDB |
2014-05-02 |
Kostis Kyzirakos |
[maven-release-plugin] copy for tag v3.2.2-MonetDBMonetDB |
2014-05-02 |
Kostis Kyzirakos |
[maven-release-plugin] prepare release v3.2.2-MonetDBMonetDB v3.2.2-MonetDB |
2014-05-02 |
Kostis Kyzirakos |
updated the version of some dependenciesMonetDB |
2014-05-02 |
Kostis Kyzirakos |
revert the changes of the last commitMonetDB |
2014-05-02 |
Kostis Kyzirakos |
[maven-release-plugin] prepare release v3.2.2-MonetDBMonetDB |
2014-05-02 |
Panayiotis Smeros |
Updated my name. |
2014-05-02 |
Kostis Kyzirakos |
Updated the endpoint-client to use version 2.2 of the shade plugin. |
2014-05-02 |
Kostis Kyzirakos |
Updated the known issues session with instructions on how a user |
2014-05-02 |
Kostis Kyzirakos |
Updated my email |
2014-04-03 |
Babis Nikolaou |
Strabon Endpoint: removed timemap_local view option, because it is not needed (timemap renders on localhost by default, thus the geometries were rendered twice, both from GeoXML3 and timemap) |
2014-03-17 |
George Stamoulis |
Removed a System.out.println() |
2014-03-17 |
George Stamoulis |
Added a boolean variable to stSPARQLResultsHTMLWriter.java so that results in queries that are links can either go to web link or be described. We must check if its possible to move that variable in the beans.xml |
2014-03-17 |
George Stamoulis |
Inserted 2 new queries and fixxed the results position in the window for describe. |
2014-03-11 |
George Stamoulis |
A new tab to configure the database and a function to check if you run in localhost. If you do the endpoint doesnt ask for credentials. |
2014-02-26 |
George Stamoulis |
Added a new boolean variable named loadFromFile that allows to store from file (changed line 351). |
2014-02-26 |
George Stamoulis |
Added a boolean variable name loadFromFile set to true that connects to StrabonBeanWrapper.java and allows to store from file. |
2014-02-26 |
George Stamoulis |
Changed name in the header.html include (line 194). |
2014-02-25 |
George Stamoulis |
Added new logo to header. |
2014-02-25 |
George Stamoulis |
Changed header text. |
2014-02-25 |
George Stamoulis |
Changed Discovery queries. |
2014-01-31 |
Panayiotis Smeros |
Changed indexOf to lastIndexOf when searching for the STRDF_SRID_DELIM (;). lastIndexOf starts searching from the end of a String, so this takes less time when we have strdf geometries with srid and the same time for all the other cases. |
2013-12-15 |
George Garbis |
Add hyphen (-) to URI recognition regextemporals |
2013-12-11 |
Panayiotis Smeros |
Updated Changelog.temporals |
2013-12-11 |
Panayiotis Smeros |
Fixed a bug in storing from endpoint.temporals |
2013-12-06 |
Panayiotis Smeros |
Useless commit. Just to remember the feeling. |
2013-12-03 |
constant |
fixed bug that occured in update statements when a temporal constant was the forth element of the update part of a statement (not a temporal variable) and this element was a time instant (not a period)temporals |
2013-12-03 |
constant |
fixed bug in the query rewriting module that occured when a quadruple was included in a non-where statement. In that case, a bracket was omitted causing syntax error.temporals |
2013-11-28 |
Stella Giannakopoulou |
added tests with group by for all aggregate functions |
2013-11-28 |
Stella Giannakopoulou |
added tests for aggregate intersection function |
2013-11-27 |
Stella Giannakopoulou |
#46 Now strdf:intersection works as aggregate even without a group by |
2013-11-27 |
Stella Giannakopoulou |
#46: Made Intersection function an aggregate function working |
2013-11-18 |
George Garbis |
If a variable is of type strabonExt:color it defines the fill color of the corresponding polygontemporals |
2013-10-21 |
Babis Nikolaou |
removed jsp-2.1 dependency that some times causes problems when strabon-endpoint is deployed in tomcat7, which supports jsp-2.2 |
2013-10-21 |
Babis Nikolaou |
proper logging |
2013-10-21 |
Babis Nikolaou |
log timing for initializing Strabon |
2013-10-20 |
Konstantina Bereta |
updated ChangeLogtemporals |
2013-10-20 |
constant |
[maven-release-plugin] prepare for next development iterationtemporals |
2013-10-20 |
constant |
[maven-release-plugin] copy for tag v3.2.9-temporalstemporals |
2013-10-20 |
constant |
[maven-release-plugin] prepare release v3.2.9-temporalstemporals v3.2.9-temporals |
2013-10-20 |
constant |
Removed tag v3.2.9-temporalstemporals |
2013-10-20 |
constant |
[maven-release-plugin] rollback the release of v3.2.9-temporalstemporals |
2013-10-20 |
constant |
[maven-release-plugin] prepare for next development iterationtemporals |
2013-10-20 |
constant |
[maven-release-plugin] copy for tag v3.2.9-temporalstemporals |
2013-10-20 |
constant |
[maven-release-plugin] prepare release v3.2.9-temporalstemporals |
2013-10-20 |
constant |
updated READMEtemporals |
2013-10-20 |
Konstantina Bereta |
[maven-release-plugin] prepare release v3.2.9temporals |
2013-10-20 |
Konstantina Bereta |
updated READMEtemporals |