Strabon
diff ChangeLog @ 1337:4dff2f1163d8
Merge with default branch.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Fri May 23 13:37:11 2014 +0300 (2014-05-23) |
parents | edc19e1061da e5abd174045f |
children | 5b6b65340693 |
line diff
1.1 --- a/ChangeLog Wed Dec 11 17:19:09 2013 +0200 1.2 +++ b/ChangeLog Fri May 23 13:37:11 2014 +0300 1.3 @@ -1,12 +1,40 @@ 1.4 * Fixed a bug that occured when storing quads from endpoint. 1.5 1.6 -Sun Oct 20 20:23:14 2013 Pyravlos Team 1.7 + * Version 3.2.10 released. 1.8 + 1.9 + * Various changes in the interface and behavior of Strabon Endpoint: 1.10 + - Revised the logos and the sample queries. 1.11 + - Results query limit is set to zero (unlimited). 1.12 + - Users can now store RDF data that is present in a file on the 1.13 + client side (the file is uploaded to the server). 1.14 + - Credentials are now required for uploading files or executing 1.15 + UPDATE queries, unless Strabon Endpoint runs locally (localhost). 1.16 + - When viewing the results of queries in HTML, any URI is now an 1.17 + active link to itself. Previously, that URI was being DESCRIBEd 1.18 + and one was being transferred to a page viewing the result of the 1.19 + DESCRIBE query. 1.20 + - The DESCRIBE functionality can now be accessed through the menu bar. 1.21 + 1.22 + * Fixed a bug where strdf:intersection function did not work as an 1.23 + aggregate when used without 'GROUP BY'. 1.24 + (bug #46 https://bug.strabon.di.uoa.gr/ticket/46) 1.25 + 1.26 +Sat Oct 19 23:37:23 2013 Pyravlos Team 1.27 1.28 * Version 3.2.9 released. 1.29 1.30 * Added support for the following google chart types: PieChart, 1.31 AreaChart and ColumnChart to strabon endpoint. 1.32 1.33 + * Added Timemap as new results format in Strabon endpoint. This 1.34 + option displays results in a map and a timeline on the same time, 1.35 + using the Timemap js library (http://code.google.com/p/timemap/). 1.36 + The KMLWriter has been extended for that purpose, by transforming 1.37 + dateTime values that are included in the result set into the respective 1.38 + TimeStamp KML primitive (https://developers.google.com/kml/documentation/time). 1.39 + In the "temporals" branch, the values of the strdf:period datatype 1.40 + are converted into the respective KML TimeSpan primitive. 1.41 + 1.42 * Added extension function <http://postgis.net/ST_Centroid> which is 1.43 mapped to the ST_Centroid(geometry) extension function of PostGIS. 1.44 See also: <http://postgis.org/docs/ST_Centroid.html>. 1.45 @@ -46,6 +74,11 @@ 1.46 geo:wktLiteral. 1.47 (bug #33: http://bug.strabon.di.uoa.gr/ticket/33) 1.48 1.49 + * Endpoint Client now supports querying of Virtuoso and Parliament endpoints. 1.50 + 1.51 + * Endpoint Client now supports store and update operations, but only 1.52 + for Strabon Endpoints. 1.53 + 1.54 *Modified the NQUADSTranslator so that the rewritten triples are 1.55 immediately flushed to the database once they are created. 1.56 1.57 @@ -84,6 +117,29 @@ 1.58 (https://portal.opengeospatial.org/files/?artifact_id=47664, pg. 53) have been 1.59 implemented. 1.60 1.61 + * Changed the definition and implementation of strdf:distance function, by 1.62 + adopting the definition of GeoSPARQL. 1.63 + (bug #23: http://bug.strabon.di.uoa.gr/ticket/23) 1.64 + 1.65 + * Changed the definition and implementation of strdf:buffer function, by 1.66 + adopting the definition of GeoSPARQL. 1.67 + (bug #35: http://bug.strabon.di.uoa.gr/ticket/35) 1.68 + 1.69 + * Added geof:distance and geof:buffer functions, which have the same definition 1.70 + with strdf:distance and strdf:buffer respectively. 1.71 + (bug #32: http://bug.strabon.di.uoa.gr/ticket/32) 1.72 + 1.73 + * Added a download button when performing describe and construct queries at the 1.74 + endpoint. 1.75 + (bug #38: http://bug.strabon.di.uoa.gr/ticket/38) 1.76 + 1.77 + * Fixed a bug, where XMLWriter and TSVWriter did not return geometries with the 1.78 + SRID. 1.79 + (bug #47: http://bug.strabon.di.uoa.gr/ticket/47) 1.80 + 1.81 + * Fixed a bug where the GeoSPARQL construct functions did not return the datatype 1.82 + geo:wktLiteral datatype but strdf:WKT. 1.83 + 1.84 Tue Mar 26 13:28:26 2013 Pyravlos Team 1.85 1.86 * Version 3.2.8 released.