Re: [Geotools-devel] Reprojection Question

2009-01-23 Thread Emily Gouge
Thanks for all the information. I'll have to poke around some more with this information and see if I can pinpoint the issue. Emily Andrea Aime wrote: > Jody Garnett ha scritto: >> There is a real difference (the axis order). The WFS 1.1 DataStore >> should be able to sort things out for you;

Re: [Geotools-devel] Reprojection Question

2009-01-23 Thread Gabriel Roldan
I bet the defect is in the WFS 1.1 DataStore, simply because I didn't make any check for axis fliping when developed it. Created an issue so I don't forget: Cheers, Gabriel On Friday 23 January 2009 05:52:53 Andrea Aime wrote: > Jody Garnett ha scri

Re: [Geotools-devel] Reprojection Question

2009-01-22 Thread Andrea Aime
Jody Garnett ha scritto: > There is a real difference (the axis order). The WFS 1.1 DataStore > should be able to sort things out for you; or if you transform your > initial ReferenceEnvelope into the CoordinateReferenceSystem provided by > the WFS it should be able to swap the data value order

Re: [Geotools-devel] Reprojection Question

2009-01-22 Thread Jody Garnett
There is a real difference (the axis order). The WFS 1.1 DataStore should be able to sort things out for you; or if you transform your initial ReferenceEnvelope into the CoordinateReferenceSystem provided by the WFS it should be able to swap the data value order around so it all lines up correctly.