Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-14 Thread Andreas Neumann
Yes, this sounds like the very same bug. Andreas On 2018-11-14 18:04, Giovanni Manghi wrote: >> Hi, >> >> Just tried exporting the Postgis table with ogr2ogr to GML. It works >> fine without any issue. All characters and geom seem fine. > > Hi Andreas, you seems to have hit the same issue I

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-14 Thread Giovanni Manghi
> Hi, > > Just tried exporting the Postgis table with ogr2ogr to GML. It works > fine without any issue. All characters and geom seem fine. Hi Andreas, you seems to have hit the same issue I found a few months ago: https://issues.qgis.org/issues/18739 cheers! -- G --

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-14 Thread Alessandro Pasotti
On Wed, Nov 14, 2018 at 5:15 PM Andreas Neumann wrote: > Hi, > > Just tried exporting the Postgis table with ogr2ogr to GML. It works fine > without any issue. All characters and geom seem fine. > > Any ideas? > > Thanks, > > Andreas > Hi Andreas, I would suggest to test with QGIS 3, if the

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-14 Thread Andreas Neumann
Hi, Just tried exporting the Postgis table with ogr2ogr to GML. It works fine without any issue. All characters and geom seem fine. Any ideas? Thanks, Andreas On 2018-11-14 15:07, Carlo A. Bertelli (Charta s.r.l.) wrote: > Just my two cents: > * try to understand if there are issues

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-14 Thread Carlo A. Bertelli (Charta s.r.l.)
Just my two cents: * try to understand if there are issues with charsets, sometimes you focus on geometries and don't remember to check for lesser things; * try to use ogr2ogr to try the conversion. What happens converting your datasource directly to GML3? c On Wed, Nov 14, 2018 at 2:37 PM

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-14 Thread Andreas Neumann
Hi René and David, Thank you for your replies. Interesting to see that GeoJSON works, but GMLv3 fails. In my Apache webserver log I find the following error: [Wed Nov 14 14:32:54.580958 2018] [fcgid:error] [pid 13453] mod_fcgid: process /var/www/cgi-bin/qgis_mapserv.fcgi(22829)

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-13 Thread René-Luc Dhont
Hi Andreas, QGIS Server segfaults when it try to build the GML for a Feature The request works for GeoJSON format https://services.geo.zg.ch/ows/Gewaessernetz?SERVICE=WFS=GetFeature=1.0.0=zg.gewaessernetz=EPSG:2056=GeoJSON René-Luc Le 13/11/2018 à 14:32, Andreas Neumann a écrit : Hi, I

Re: [QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-13 Thread David Marteau
Hi, Looking at the response, I would say that the response output is streamed and there is an exception raised during the streaming of the response. What the logs says ? > Le 13 nov. 2018 à 14:32, Andreas Neumann a écrit : > > Hi, > > I am trying to publish a WFS Service through QGIS

[QGIS-Developer] QGIS Server WFS 2.18 unreliable?

2018-11-13 Thread Andreas Neumann
Hi, I am trying to publish a WFS Service through QGIS Server 2.18. However, the result I get back from GetFeature errors out. The XML stream starts correctly and after a while there is an HTML error snipped and as a result a non-wellformed XML response. this is my URL: