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