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