Strabon
annotate ChangeLog @ 759:647131f2ba9e
updated ChangeLog
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Fri Nov 30 00:17:04 2012 +0200 (2012-11-30) |
parents | 9a4bb8e81273 |
children | 79fcd5bf406e |
rev | line source |
---|---|
charnik@658 | 1 Day Month Date Hour:Min:Sec Year Pyravlos Team |
charnik@645 | 2 |
charnik@645 | 3 * Version 3.2.5 released. |
charnik@645 | 4 |
charnik@759 | 5 * Added support for querying temporal information. |
charnik@759 | 6 |
charnik@759 | 7 * Changed behaviour of Strabon and Strabon Endpoint for connecting to |
charnik@759 | 8 a spatially-enabled database. Only one instance of Strabon is allowed |
charnik@759 | 9 at a time. |
charnik@759 | 10 |
charnik@688 | 11 * Implemented a Java client for Strabon Endpoint. The client should be |
charnik@688 | 12 used only with endpoint versions >=3.2.5. The implementation may be |
charnik@688 | 13 found int the `endpoint-client' submodule of maven. Currently, only |
charnik@688 | 14 querying of Strabon Endpoints is supported. |
charnik@688 | 15 |
charnik@662 | 16 * Added support for requesting the capabilities of Strabon Endpoint |
charnik@662 | 17 (fixes Bug #20 <http://bug.strabon.di.uoa.gr/ticket/20>). See |
charnik@662 | 18 changesets f840796400bf and ?<TBC>? for specific details and how you |
charnik@662 | 19 can determine the capabilities of older endpoints (versions <= 3.2.4). |
charnik@662 | 20 |
charnik@658 | 21 * Updated KML writer to include the projected variables of an stSPARQL |
charnik@658 | 22 query in "ExtendedData" and "Data" tags. This is the proper way to |
charnik@658 | 23 do it if we need to convert a KML to a ESRI shapefile and also include |
charnik@658 | 24 such information as attributes for a feature. See related pages from |
charnik@658 | 25 KML specification: |
charnik@658 | 26 <https://developers.google.com/kml/documentation/kmlreference#extendeddata> |
charnik@658 | 27 <https://developers.google.com/kml/documentation/extendeddata> |
charnik@658 | 28 |
charnik@645 | 29 * Added user authentication for storing RDF data through Strabon |
charnik@662 | 30 Endpoint. The credentials are specified in |
charnik@662 | 31 WEB-INF/credentials.properties file. |
charnik@645 | 32 |
charnik@645 | 33 * Strabon Endpoints now limits the number of the results to a maximum |
charnik@645 | 34 one. The maximum number is specified in the beans.xml file. This |
charnik@645 | 35 corresponds to parameter "maxLimit". The endpoint script has also been |
charnik@645 | 36 updated correspondingly; the limit can be given using the option "-l". |
charnik@645 | 37 One can disable limiting of query results, by setting the "maxLimit" |
charnik@645 | 38 parameter to 0. Addresses Bug #6 |
charnik@645 | 39 (<http://bug.strabon.di.uoa.gr/ticket/6>). |
charnik@645 | 40 |
charnik@645 | 41 * Added "Known Issues" section to README. |
charnik@645 | 42 |
charnik@645 | 43 * Added -m (more memory) and -M (much more memory) options in strabon |
charnik@645 | 44 script for out-of-memory exceptions. |
charnik@645 | 45 |
charnik@645 | 46 * Fixed Bug #10 (<http://bug.strabon.di.uoa.gr/ticket/10>). Now KMLWriter |
charnik@645 | 47 handles more geometric types (other than polygons). See changeset |
charnik@645 | 48 9a3bfee64a39. |
charnik@645 | 49 |
charnik@645 | 50 * Menu and navigation in Strabon Endpoint has changed to use jquery. |
charnik@645 | 51 The menu is now populated using the queries placed inside the beans.xml. |
charnik@645 | 52 |
charnik@645 | 53 * Added BrowseBean and browse.jsp for browsing the RDF data using the |
charnik@645 | 54 Strabon Endpoint. |