Hello all SIS on JDK7 and JDK8 branches now support WKT 2 parsing of Geodetic CRS (support for Projected CRS and other will arrive come soon). For testing the parser, I started to write tests in GeoAPI. The intend is to allow those tests to be used by any products implementing the CRSFactory.createFromWKT(String) method, not only Apache SIS. For now there is only two tests:
http://www.geoapi.org/geoapi-conformance/apidocs/org/opengis/test/wkt/CRSParserTest.html#testGeographicWithRemark%28%29 More tests will be added to the above class during the next days. After the WKT 2 tests have been completed, I would like to propose a SIS 0.6 release (after a little bit of consolidation without major new developments). Martin
