Re: [Geotools-devel] CRS/axis orientation .. hack

2007-04-17 Thread Andrea Aime
Jody Garnett ha scritto: > I am committing this hack - and the test that matches your email. > > To remove this hack we should make the ForceXY thing a proper Hint and > take the initial value from the System properties. > > Please let me know if this does in fact improve matters for GeoServer.

[Geotools-devel] CRS/axis orientation .. hack

2007-04-11 Thread Jody Garnett
Hi Andrea - I fixed this problem with a quick hack for now... The following code is used in a lot of places: > public static CoordinateReferenceSystem decode(final String code) > throws NoSuchAuthorityCodeException, FactoryException > { > return decode(code, false )