Strabon
annotate ChangeLog @ 688:9a4bb8e81273
split queryresultio-spatial into submodules (one for API that provides the stSPARQLQueryResultFormat and one for each writer implementation, e.g., XML, HTML, etc.)
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.
NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
Renamed resultio to resultio-spatial.
Renamed endpoint-client artifact to strabon-endpoint-client.
Moved org.openrdf.resultio.Format to eu.earthobservatory.utils.
Renamed and moved org.openrdf.resultio.stSPARQLQueryResultWriter to eu.earthobservatory.utils.stSPARQLQueryResultToFormatAdapter. This is a factory class for stSPARQLQueryResults.
NOTICE: You should import the whole Strabon project into Eclipse to work with this commit
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Nov 06 19:24:43 2012 +0200 (2012-11-06) |
parents | 4b2117a1b743 |
children | 647131f2ba9e |
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@688 | 5 * Implemented a Java client for Strabon Endpoint. The client should be |
charnik@688 | 6 used only with endpoint versions >=3.2.5. The implementation may be |
charnik@688 | 7 found int the `endpoint-client' submodule of maven. Currently, only |
charnik@688 | 8 querying of Strabon Endpoints is supported. |
charnik@688 | 9 |
charnik@662 | 10 * Added support for requesting the capabilities of Strabon Endpoint |
charnik@662 | 11 (fixes Bug #20 <http://bug.strabon.di.uoa.gr/ticket/20>). See |
charnik@662 | 12 changesets f840796400bf and ?<TBC>? for specific details and how you |
charnik@662 | 13 can determine the capabilities of older endpoints (versions <= 3.2.4). |
charnik@662 | 14 |
charnik@658 | 15 * Updated KML writer to include the projected variables of an stSPARQL |
charnik@658 | 16 query in "ExtendedData" and "Data" tags. This is the proper way to |
charnik@658 | 17 do it if we need to convert a KML to a ESRI shapefile and also include |
charnik@658 | 18 such information as attributes for a feature. See related pages from |
charnik@658 | 19 KML specification: |
charnik@658 | 20 <https://developers.google.com/kml/documentation/kmlreference#extendeddata> |
charnik@658 | 21 <https://developers.google.com/kml/documentation/extendeddata> |
charnik@658 | 22 |
charnik@645 | 23 * Added user authentication for storing RDF data through Strabon |
charnik@662 | 24 Endpoint. The credentials are specified in |
charnik@662 | 25 WEB-INF/credentials.properties file. |
charnik@645 | 26 |
charnik@645 | 27 * Strabon Endpoints now limits the number of the results to a maximum |
charnik@645 | 28 one. The maximum number is specified in the beans.xml file. This |
charnik@645 | 29 corresponds to parameter "maxLimit". The endpoint script has also been |
charnik@645 | 30 updated correspondingly; the limit can be given using the option "-l". |
charnik@645 | 31 One can disable limiting of query results, by setting the "maxLimit" |
charnik@645 | 32 parameter to 0. Addresses Bug #6 |
charnik@645 | 33 (<http://bug.strabon.di.uoa.gr/ticket/6>). |
charnik@645 | 34 |
charnik@645 | 35 * Added "Known Issues" section to README. |
charnik@645 | 36 |
charnik@645 | 37 * Added -m (more memory) and -M (much more memory) options in strabon |
charnik@645 | 38 script for out-of-memory exceptions. |
charnik@645 | 39 |
charnik@645 | 40 * Fixed Bug #10 (<http://bug.strabon.di.uoa.gr/ticket/10>). Now KMLWriter |
charnik@645 | 41 handles more geometric types (other than polygons). See changeset |
charnik@645 | 42 9a3bfee64a39. |
charnik@645 | 43 |
charnik@645 | 44 * Menu and navigation in Strabon Endpoint has changed to use jquery. |
charnik@645 | 45 The menu is now populated using the queries placed inside the beans.xml. |
charnik@645 | 46 |
charnik@645 | 47 * Added BrowseBean and browse.jsp for browsing the RDF data using the |
charnik@645 | 48 Strabon Endpoint. |