org.geotools.referencing.forceXY system property is broken
----------------------------------------------------------

                 Key: GEOT-1263
                 URL: http://jira.codehaus.org/browse/GEOT-1263
             Project: GeoTools
          Issue Type: Bug
          Components: core referencing
    Affects Versions: 2.4.M2
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
            Priority: Critical
             Fix For: 2.4.M3


When the {{-Dorg.geotools.referencing.forceXY=true}} property is set on the 
command line, the following method call:

{code:java}
CRS.decode("EPSG:4326")
{code}

produces a {{NoSuchAuthorityCodeException}}: "Authority "EPSG" is unknown or 
doesn't match the supplied hints. Maybe it is defined in an unreachable JAR 
file?" It may be a side effect of the recent changes in the way system-wide 
setting is handled, with the addition of {{GeoTools.getDefaultHints()}}.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to