Details
Description
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.
Activity
Andrea Aime
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.1.0 [ 17175 ] | |
| Resolution | Fixed [ 1 ] |
Andrea Aime
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |