Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.0-RC3
-
Fix Version/s: 1.7.0-RC4
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Reprojecting the attached shapefile from its native projection (epsg:2154) to EPSG:4326 fails on 1.7.x with the following error:
09 Oct 14:22:22 WARN [renderer.shape] - Could not reproject the bounding boxes, proceeding in non reprojecting mode
java.lang.IllegalArgumentException: Argument "sourceCRS" should not be null.
at org.geotools.referencing.operation.AbstractCoordinateOperationFactory.ensureNonNull(AbstractCoordinateOperationFactory.java:732)
at org.geotools.referencing.operation.BufferedCoordinateOperationFactory.createOperation(BufferedCoordinateOperationFactory.java:247)
at org.geotools.renderer.shape.ShapefileRenderer.paint(ShapefileRenderer.java:1361)
at org.geotools.renderer.shape.ShapefileRenderer.paint(ShapefileRenderer.java:265)
at org.vfny.geoserver.wms.responses.DefaultRasterMapProducer.produceMap(DefaultRasterMapProducer.java:335)
at org.vfny.geoserver.wms.responses.GetMapResponse.execute(GetMapResponse.java:416)
Attachments
Issue Links
| This issue is superceded by: | ||||
| GEOS-2277 | FeatureTypeInfo attribute list empty when a new layer is configured |
|
|
|
I will note that it works fine on 1.6.x. Andrea, i leave this one to you.