|
Request:
gsml/wms?service=WMS&version=1.1.0&request=GetMap&layers=gsml:Borehole&styles=&bbox=-180.0,-90.0,180.0,90.0&width=660&height=330&srs=EPSG:4326&format=image%2Fjpeg
Error:
<ServiceException code="internalError"> Rendering process failed Can't find source _expression_ for: shape </ServiceException>
However, it works for gsmlp:BoreholeView.
I suspect this is because in gsml:Borehole, the shape has a different namespace (sa:shape), and the WMS assumes the feature namespace i.e. gsml. It works for gsmlp:BoreholeView because it uses gsmlp:shape.
It would probably work if we explicitly define the geom attribute (sa:shape) in the SLD. The bug is when it's trying to guess the default geom.
|