I have partially solve my problem.
I added this option to my mapContext :
setCoordinateReferenceSystem(CRS.decode("EPSG:4326"));
This works fine but it is very very very very slow each time I display the
layer (does the conversion recomputed each time?). Is there a way to speed
all the stuff?-- View this message in context: http://n2.nabble.com/GridCoverage-and-projection-tp4783644p4785212.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
