Le dimanche 21 janvier 2007 à 11:07 -0800, Justin Deoliveira a écrit : > > There seems to be an error in epsg 32058. The false easting is defined > > in feet, but seems to be interpreted by geoserver as meters, so my > > data is shifted quite a ways. Where are the epsg codes stored? What > > library is used to (re)project data? I know with GDAL that all > > parameters must be in meters, even for projections that are in feet.
I think that Geoserver is still using the deprecated epsg-wkt plugin, which defines EPSG codes there: http://svn.geotools.org/geotools/trunk/gt/modules/plugin/epsg-wkt/src/main/resources/org/geotools/referencing/crs/epsg.properties New code should uses the epsg-hsql plugin, which defines EPSG codes there: http://svn.geotools.org/geotools/trunk/gt/modules/plugin/epsg-hsql/src/main/resources/org/geotools/referencing/factory/epsg/EPSG.sql In both cases, the units are correctly defined in feet as far as I can see (Geotools can handle parameters in arbitrary units). Can you provides a "System.out.println(crs)" of yours CRS please? We can see from this dump which units are used. 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
