age |
author |
description |
2013-07-31 |
Konstantina Bereta |
clean up |
2013-07-31 |
Konstantina Bereta |
added image so that timestamps appear in the timeline with red bullets |
2013-07-31 |
Konstantina Bereta |
finalized timemap support |
2013-07-29 |
Konstantina Bereta |
added additional handles:timemap and timemap(localhost) for displaying results on a timemap. TODO: only "localhost" options work now, fix the other ones (map, timemap) |
2013-07-29 |
Konstantina Bereta |
When the result set contains both a geometry and a timestamp, then they are both projected in a map and a timeline respectively, using the Timemap js library (https://code.google.com/p/timemap/) |
2013-07-29 |
Konstantina Bereta |
added timemap js libraries to strabon endpoint |
2013-07-29 |
Konstantina Bereta |
extended KMLWriter so that when a timestamp is present in the result set, along with a geometry, its value is written enclosed in a "timestamp" "when" tag. |
2013-07-18 |
Konstantina Bereta |
fixed bug that caused problem in charts after many requests with chart as result format |
2013-07-18 |
Konstantina Bereta |
updated ChangeLog |
2013-07-18 |
Konstantina Bereta |
Added another type of chart: columnchart. This type of chart is similar to AreaChart, so what was described in changeset #1225 applies in this case as well. |
2013-07-18 |
Stella Giannakopoulou |
merge |
2013-07-18 |
Stella Giannakopoulou |
temporarily removed the change for the support of srid in XMLWriter, because the tests have the wrong |
2013-07-17 |
George Garbis |
fix bug about parsing options and using prefixes.sparql with a query argument |
2013-07-04 |
George Garbis |
Add if before debug log messages |
2013-07-17 |
Stella Giannakopoulou |
now xml writer returns the geometries with the srid too. |
2013-07-17 |
Stella Giannakopoulou |
merge |
2013-07-17 |
Stella Giannakopoulou |
#32 changed the result type of select constructs from wkb to wkt or wktliteral. |
2013-07-16 |
Stella Giannakopoulou |
#32 added result type in GeneralDBSqlSpatialConstructUnary, GeneralDBSqlSpatialConstructBinary |
2013-07-17 |
Konstantina Bereta |
Areacharts can now be selected to display the results of queries with more than two variables in projection. In this case, the first variable is a string and its values appear in the horizontal axis of the chart. The numeric values appear on the y-axis, and the names of the variables with numeric values appear in the legend. |
2013-07-17 |
Konstantina Bereta |
merge again |
2013-07-16 |
Konstantina Bereta |
merge |
2013-07-15 |
Konstantina Bereta |
Removed printouts and code in comments |
2013-07-15 |
Konstantina Bereta |
fixed HTML formatting for plain formats that were affected by changeset #1197. |
2013-07-15 |
Konstantina Bereta |
added Areachart to the available chart formats & did some beautifications in the code |
2013-07-16 |
Panayiotis Smeros |
Added tests for spatial aggregate functions of stSPARQL (except for strdf:intersection; see http://bug.strabon.di.uoa.gr/ for more details). |
2013-07-16 |
Panayiotis Smeros |
Added tests for spatial metric functions of stSPARQL. |
2013-07-16 |
Panayiotis Smeros |
Added stSPARQL's Spatial Analysis Functions Tests. |
2013-07-16 |
Panayiotis Smeros |
Moved Buffer Tests in SpatialAnalysisFunctions folder. |
2013-07-15 |
Panayiotis Smeros |
Moved some tests in the proper folder. |
2013-07-15 |
Panayiotis Smeros |
Added MBB Relations Test for stSPARQL. |