Hello Thomas I added a "Scale factor on initial line" alias on trunk as of revision 24563. Do you have a chance to checkout the source with SVN, compile with Maven and test again the EPSG:21781 CRS please? Make sure to use epsg-hsql (not epsg-wkt) and that the axis order is the one your data expect:
http://docs.codehaus.org/display/GEOTOOLS/The+axis+order+issue In order to check, just invokes the following: System.out.println(crs); and look in which order appear the "AXIS[...]" elements. If the CRS come from "epsg-hsql", you should also see a "TOWGS84" element (this element should not be there if your CRS come from "epsg-wkt"). Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
