Strabon

log

age author description
2014-09-17 Babis Nikolaou properly construct stRDF WKT literals (CRS URI should not be placed into <> characters); greek characters in the endpoint-client where not encoded appropriately when run from the console (Unit Testin); endpoint-client was encoding the query based on the return value of "Charset.defaultCharset()". We change excplicitly to UTF-8
2014-09-17 Babis Nikolaou moved AbstractWKT.getURI_forSRID() to WKTHelper and added there also creator methods for stRDF and GeoSPARQL WKT literals
2014-09-17 Babis Nikolaou revert databases.properties (committed by mistake)
2014-09-17 Babis Nikolaou moved AbstractWKT.getURI_forSRID() to WKTHelper and added there also creator methods for stRDF and GeoSPARQL WKT literals
2014-09-17 Babis Nikolaou tests in endpoint-client were not using any assertions
2014-09-17 Babis Nikolaou changes in the URLs of publicly accessible endpoints that are used for testing the endpoint-client
2014-09-17 Babis Nikolaou missed a place that used hardcoded EPSG URIs
2014-09-17 Babis Nikolaou added method AbstractWKT.getURI_forSRID(int srid) that returns a URI for the given srid or the empty string; Whoever created such URIs manually, now creates them using this method
2014-09-17 Babis Nikolaou added configurable statement in log4j.properties for debugging queries in PostGIS
2014-09-17 Babis Nikolaou changed default SRID of PostGIS to 84000 (CRS84); changed/updated default CRSs for strdf:WKT and geo:wktLiteral (both of the use CRS84); further, Geotools do not reverse longitude/latitude, so we use the official EPSG:4326 ordering, that is, Lat/Long
2014-09-17 Babis Nikolaou now GeoJSON features encode their geometries in CRS84 (the default). This change was done because otherwise we should be referring to OGC CRS URNs and not to the EPSG:<code> style that was previously the case
2014-09-16 Babis Nikolaou some comments and formatting
2014-09-16 Babis Nikolaou introduced constant for the default SRID of MonetDB and PostGIS
2014-09-16 Babis Nikolaou MonetDB.createWellKnownTextLiteralGeoValueForSelectConstructs should create WKTLiterals instead of WKT ones
2014-09-16 Babis Nikolaou added some comments
2014-09-16 Babis Nikolaou removed some comments
2014-09-20 Babis Nikolaou fixed a bug in which postgis:ST_Centroid did not work in the SELECT clause with input geometries from the database
2014-09-20 Babis Nikolaou corrected copyright notices
2014-09-20 Babis Nikolaou added test for bug #53
2014-09-19 Babis Nikolaou updated ChangeLog with bug #53
2014-09-19 Babis Nikolaou fixed bug #53
2014-09-19 Babis Nikolaou added tests for geof:getSRID(); see bug #32 (I have fixed it, but not commited it yet)
2014-09-18 Babis Nikolaou updated README file on how to run a specific test
2014-09-17 Babis Nikolaou timestamped ChangeLog file with release date of v3.2.10
2014-09-17 Babis Nikolaou [maven-release-plugin] prepare for next development iteration
2014-09-17 Babis Nikolaou [maven-release-plugin] copy for tag v3.2.10
2014-09-17 Babis Nikolaou [maven-release-plugin] prepare release v3.2.10v3.2.10
2014-09-17 Babis Nikolaou Updated ChangeLog for next release
2014-09-13 Babis Nikolaou removed some unused variables in StrabonEndpointWrapper
2014-09-13 Babis Nikolaou removed dependency to epsg-wkt.jar since one epsg (epsg-hsql.jar) suffices and duplication might rise exceptions (according to this page: http://docs.geotools.org/latest/userguide/faq.html#q-how-to-choose-an-epsg-authority)