From: Erich S. <eri...@gm...> - 2008-09-04 08:35:43
|
Hi Adrian, > > If you don't have any epsg* jar in your folder and you can still > transform points, something is screwy. > > As I guess, clean out your temp folder where the database may still be > cached and check your whole classpath in your IDE run configuration to > make sure you don't have another epsg* jar lurking. > that was a misunderstanding. With GT 2.4 I made the following tests: First, I kept both jars: epsg-hqsl and epsg-wkt. The effect is: transformation results are correct in Eclipse "Run" mode and absolute wrong in Eclipse "Debug" mode. Second, I kept the hqsql and removed the wkt jar. Effect: results are absolute wrong (- independend of Eclipse mode). Third, I kept the wkt and removed the hqsql jar. Effect: results are correct (- independend of Eclipse mode). Erich |