Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.x
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
For some reason the GML output is completely missing the SRS in the geometry properties.
I'm sure the srs is properly declared in the collections to be encoded at the schema level, but missing at the geometry userdata level (which should not be required, either, that has never been a supported convention)
What's odd is that the gml2 and gml3 outputs straight from the WFS contain the srs, even when the collection comes straight out of a shapefile (another source that does not put the srs in the geometry userdata). So how comes it works there and not for gml ppio? I guess some configuration bits are missing?
For an example see the ReprojectionTest in the WPS module
Issue Links
- relates to
-
GEOT-2707
SRS name isn't updated after CRS reprojection
-
Btw, I think I saw a thread related to this topic on the geotools mailing list lately