[geotk] [JIRA] Created: (GEOTK-23) PropertyAuthorityFactory incorrectly uses CRS name as its code

Aleksander (JIRA) jira at geomatys.com
Tue Jul 21 09:06:52 EDT 2009


PropertyAuthorityFactory incorrectly uses CRS name as its code
--------------------------------------------------------------

                 Key: GEOTK-23
                 URL: http://jira.geotoolkit.org/browse/GEOTK-23
             Project: Geotoolkit
          Issue Type: Bug
            Reporter: Aleksander
            Assignee: Martin Desruisseaux


Let's say I parse this line with PropertyAuthorityFactory

48000=PROJCS["bug", ... ,AUTHORITY["EPSG","48000"]]

PropertyAuthorityFactory uses WKTParsingAuthorityFactory. PROJCS element is parsed to Properties which are passed to NamedIdentifier. NamedIdentifier then uses the name as code. Resulting CRS is EPSG:bug instead of EPSG:48000.

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

        


More information about the Geotoolkit mailing list