Hi Andrea
>> I don't see any difference between the two snippets not matter how
>> hard I stare at them :)
>
> SPHEROID["Clarke 1866", 6378206.4, 294.9786982138982,
> AUTHORITY["EPSG","7008"]],
>
> vs
>
> DATUM["D_NAD_1927_CGQ77",
>       SPHEROID["Clarke_1866", 6378206.4, 294.9786982]],
>

No - I mean't the code snippets on your Jira issue where you have:

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

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

Thanks for explaining your idea of adaptive tolerance !

Michael

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to