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.
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 )