CRS decode error
----------------

                 Key: GEOT-2063
                 URL: http://jira.codehaus.org/browse/GEOT-2063
             Project: GeoTools
          Issue Type: Bug
          Components: data postgis
    Affects Versions: 2.6-M0
         Environment: any with postgis
            Reporter: Johann Sorel
            Assignee: Andrea Aime
            Priority: Trivial


CRS authority for postgis datastore assume coordinates are in lat long order.
It should be long lat order.

To solve it change line 124 from class : 
org.geotools.data.postgis.referencing.PostgisAuthorityFactory
from
return CRS.decode(name + ":" + id);
to
return CRS.decode(name + ":" + id,true);

-- 
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to