ImportProcess.java does not correctly build the CRS in all cases
----------------------------------------------------------------

                 Key: GEOS-4539
                 URL: http://jira.codehaus.org/browse/GEOS-4539
             Project: GeoServer
          Issue Type: Bug
          Components: WPS
    Affects Versions: 2.1-RC5
         Environment: java
            Reporter: Luke Lambert
            Assignee: Andrea Aime
            Priority: Minor


in... 
src/extension/wps/wps-core/src/main/java/org/geoserver/wps/gs/ImportProcess.java
line, 136:

targetSRSCode = "EPSG" + code;

should be:

targetSRSCode = "EPSG:" + code;

That is to say, the ':' is missing.

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

        

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to