DefaultCoordinateSystemAxis nameMatchesXY bug prevents successful comparison 
between X/Y and Easting/Northing
-------------------------------------------------------------------------------------------------------------

                 Key: GEOT-2744
                 URL: http://jira.codehaus.org/browse/GEOT-2744
             Project: GeoTools
          Issue Type: Bug
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.5.8, 2.6-RC1


The code:

{code}
xy = xy.trim();
        if (xy.length() == 0) {
            // try match
        }
{code}

should  read:

{code}
xy = xy.trim();
        if (xy.length() == 0) {
            // try match
        }
{code}


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

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to