Strabon

log

age author description
2012-06-24 Babis Nikolaou completed support for GeoJSONWriter (fixes Bug #05)
2012-06-24 Babis Nikolaou copied all functionality for stSPARQLResultsGeoJSONWriter from SPARQLResultsJSONWriter class
2012-06-24 Babis Nikolaou revert stSPARQLResultsGeoJSONWriter from extending SPARQLResultsJSONWriter: all functionality is private
2012-06-24 Babis Nikolaou stSPARQLResultsGeoJSONWriter now extends SPARQLResultsJSONWriter in order to reuse JSON functionality
2012-06-24 Babis Nikolaou added dependency to resultio.sparqljson in resultio/pom.xml and parent pom.xml
2012-06-24 Babis Nikolaou moved stSPARQLResultsGeoJSONWriter to sparqljson package
2012-06-22 Babis Nikolaou replaced StrabonPolyhedron.convertSRID with JTSWrapper.transform
2012-06-22 Babis Nikolaou added dummy class for GeoJSON results encoding. Fill it and fix Bug #05
2012-06-22 Babis Nikolaou integrated Format enumeration type into Strabon. From now on, there are no String references to output formats, except for the command line.
2012-06-22 Babis Nikolaou added enumeration type for result formats
2012-06-22 Babis Nikolaou changed endpoint according to new query prototype (naive). This completes fix for Bug #04
2012-06-22 Babis Nikolaou changed Strabon.query to accept an output stream instead of returning the answer as an Object
2012-06-22 Babis Nikolaou some code beautification in Strabon
2012-06-22 Babis Nikolaou delegate KMZ encoding to KMLWriter
2012-06-22 Babis Nikolaou make logging to standard error (addresses Bug #04)
2012-06-21 Babis Nikolaou added support for KML
2012-06-21 Babis Nikolaou introduced WKTHelper for common operations on WKT strings
2012-06-21 Babis Nikolaou moved the implementation of StrabonPolyhedron.transform() to JTSWrapper and made StrabonPolyhedron.transform() a delegator
2012-06-21 Babis Nikolaou raised logging level to INFO instead to OFF
2012-06-21 Babis Nikolaou code beautification in Strabon.java
2012-06-21 Babis Nikolaou added geotools dependency on resultio/pom.xml for stSPARQLResultsKMLWriter
2012-06-21 Babis Nikolaou added template query for returning the number of hotspots. The alias is "hotspots"
2012-06-21 Babis Nikolaou added deregisterDriver method in Strabon to deregister the JDBC driver. In older versions of Tomcat the JDBC driver is not deregistered automatically, which leads to memory leaks
2012-06-21 Babis Nikolaou keep connection details in Strabon in datamembers
2012-06-21 Babis Nikolaou endpoint: close strabon only when not null (case when you shutdown tomcat and a connection has failed to be established)
2012-06-21 Kostis Kyzirakos Removing the execution of the Tomcat 7 maven plugin during the package phase.
2012-06-20 Babis Nikolaou revert logger version to 1.6.4 to be used by Java 1.6. Maybe we could configure the version dynamically depending on the java -version output
2012-06-20 Babis Nikolaou merge
2012-06-20 Babis Nikolaou ignore debug messages in logging from j2ee services in Tomcat
2012-06-20 Kostis Kyzirakos merge