Strabon
annotate ChangeLog @ 662:4b2117a1b743
updated ChangeLog
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Oct 25 19:25:57 2012 +0300 (2012-10-25) |
parents | b7cc27a40787 |
children | 9a4bb8e81273 |
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@662 | 5 * Added support for requesting the capabilities of Strabon Endpoint |
charnik@662 | 6 (fixes Bug #20 <http://bug.strabon.di.uoa.gr/ticket/20>). See |
charnik@662 | 7 changesets f840796400bf and ?<TBC>? for specific details and how you |
charnik@662 | 8 can determine the capabilities of older endpoints (versions <= 3.2.4). |
charnik@662 | 9 |
charnik@658 | 10 * Updated KML writer to include the projected variables of an stSPARQL |
charnik@658 | 11 query in "ExtendedData" and "Data" tags. This is the proper way to |
charnik@658 | 12 do it if we need to convert a KML to a ESRI shapefile and also include |
charnik@658 | 13 such information as attributes for a feature. See related pages from |
charnik@658 | 14 KML specification: |
charnik@658 | 15 <https://developers.google.com/kml/documentation/kmlreference#extendeddata> |
charnik@658 | 16 <https://developers.google.com/kml/documentation/extendeddata> |
charnik@658 | 17 |
charnik@645 | 18 * Added user authentication for storing RDF data through Strabon |
charnik@662 | 19 Endpoint. The credentials are specified in |
charnik@662 | 20 WEB-INF/credentials.properties file. |
charnik@645 | 21 |
charnik@645 | 22 * Strabon Endpoints now limits the number of the results to a maximum |
charnik@645 | 23 one. The maximum number is specified in the beans.xml file. This |
charnik@645 | 24 corresponds to parameter "maxLimit". The endpoint script has also been |
charnik@645 | 25 updated correspondingly; the limit can be given using the option "-l". |
charnik@645 | 26 One can disable limiting of query results, by setting the "maxLimit" |
charnik@645 | 27 parameter to 0. Addresses Bug #6 |
charnik@645 | 28 (<http://bug.strabon.di.uoa.gr/ticket/6>). |
charnik@645 | 29 |
charnik@645 | 30 * Added "Known Issues" section to README. |
charnik@645 | 31 |
charnik@645 | 32 * Added -m (more memory) and -M (much more memory) options in strabon |
charnik@645 | 33 script for out-of-memory exceptions. |
charnik@645 | 34 |
charnik@645 | 35 * Fixed Bug #10 (<http://bug.strabon.di.uoa.gr/ticket/10>). Now KMLWriter |
charnik@645 | 36 handles more geometric types (other than polygons). See changeset |
charnik@645 | 37 9a3bfee64a39. |
charnik@645 | 38 |
charnik@645 | 39 * Menu and navigation in Strabon Endpoint has changed to use jquery. |
charnik@645 | 40 The menu is now populated using the queries placed inside the beans.xml. |
charnik@645 | 41 |
charnik@645 | 42 * Added BrowseBean and browse.jsp for browsing the RDF data using the |
charnik@645 | 43 Strabon Endpoint. |