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