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