From: Adrian C. <ac...@gm...> - 2008-09-04 09:02:58
|
On Thu, 2008-09-04 at 08:35 +0000, Erich S. wrote: > 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. This is well, known behaviour. For now, the rule is ONLY ONE EPSG JAR ON THE CLASSPATH Martin plans to fix this someday but there's a bunch of other work on his stack. > > 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). Great, one works that's all we need. I would guess that there's some factory configuration issue that you could resolve to get hsql to work but it's not worth our time to pursue that now. However, be warned that if you move to Geotools 2.5+ one day, the situation may be reversed with hsql being the only one that works---you'll have to see. --adrian |