Re: [Geoserver-devel] WFS argument to FeatureResponse and GeometryResponse

2008-03-27 Thread Gabriel Roldán
On Friday 28 March 2008 01:20:15 am Justin Deoliveira wrote: > Hi Gabriel, > > Sorry, did not see this before. Sounds good to me. Question for you: Did > we decide that it would be better to keep on using OWS.getCharSet() > (which passes through to GeoServer.getCharSet()), rather then just use > th

Re: [Geoserver-devel] WFS argument to FeatureResponse and GeometryResponse

2008-03-27 Thread Justin Deoliveira
Hi Gabriel, Sorry, did not see this before. Sounds good to me. Question for you: Did we decide that it would be better to keep on using OWS.getCharSet() (which passes through to GeoServer.getCharSet()), rather then just use the latter directly? -Justin Gabriel Roldán wrote: > Hi Justin, > >

[Geoserver-devel] WFS argument to FeatureResponse and GeometryResponse

2008-03-27 Thread Gabriel Roldán
Hi Justin, as per setting up the correct encoding for all xml output, I had to add a WFS constructor argument to FeatureResponse and GeometryResponse, and set the argument in applicationContext.xml to both beans. That is so write(Object value, OutputStream output, Operation operation) can do