Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Even Rouault
It might be a bug in the OGR WFS driver (I see optimizations in the code to avoid adding a BBOX if we have already fetched the layer, that could be faulty), but we'd need a full reproducer to be able to investigate. Le 27/05/2021 à 13:59, Lars Fricke a écrit : Dear all, I apologize for

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Daniel Morissette
Since you use CONNECTIONTYPE OGR, none of the MapServer WFS Client logic takes place. Is there any reason why you cannot use CONNECTIONTYPE WFS as documented here: https://mapserver.org/ogc/wfs_client.html On 2021-05-27 02:51, Lars Fricke wrote: Dear All, as this list is a source of much

Re: [mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-27 Thread Seth G
Hi Jelmer, I think you'd have to use mapscript.msIO_installStdinFromBuffer to read data in. See https://mapserver.org/development/rfc/ms-rfc-16.html#io-hooking although I'm not sure if the approach works or was fully implemented. Let us know how you get on, Seth -- web:http://geographika.co.uk

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Rahkonen Jukka (MML)
Hi, Have you already tried to use WFS connection instead of OGR connection? -Jukka Rahkonen- Lähettäjä: mapserver-users Puolesta Lars Fricke Lähetetty: torstai 27. toukokuuta 2021 14.59 Vastaanottaja: mapserver-users@lists.osgeo.org Aihe: Re: [mapserver-users] WFS Client returns data at

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Lars Fricke
Title: SkenData Email Signatur Dear all, I apologize for finding and posting bits and pieces not all at one time. I fired up 'CONFIG "CPL_DEBUG" "ON"' and there I see, that """ HTTP:

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Lars Fricke
Title: SkenData Email Signatur One more observation: If I happen to get a response, I get only one result object where it should be many (and are many if I call directly). The one result object I get is indeed located inside the BBOX.

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Lars Fricke
Title: SkenData Email Signatur Hello, I continued testing and I verified that the SRS is set correctly (by doing getfeature without bbox and only maxfeatures=10 in the call). I also verified I am getting the correct data by this. No change with the max-features in

[mapserver-users] Mapscript C# and OWSRequest parameters

2021-05-27 Thread Jelmer Baas
Hello, For a new project, I've decided to pickup MapScript again to function as an internal (back-end) WFS server. I use the OWSRequest class, which works fine when I fill it with loadParamsFromURL() - in the case of Get requests. I can't seem to figure out a way to get my POST data into this

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Lars Fricke
Title: SkenData Email Signatur Hello Jörg, I tried turning maxfeatures off. If I do it in the mapfile, there is no effect. If I do it in the xml file I get "internal server error" after same longer time. I also tried calling """

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Lars Fricke
Title: SkenData Email Signatur Hello Jörg, thank's for the fast reply. I think I did turn it off once but I'll double check. Best Lars ___

Re: [mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread WhereGroup
Hello Lars, maxfeatures was my first guess... have you also turned ist it off (no maxfeatures)? Jörg Am 27.05.21 um 08:51 schrieb Lars Fricke: > Dear All, > > as this list is a source of much deeper insight than I have into > Mapserver, I would like to ask about a very strange issue I am

[mapserver-users] WFS Client returns data at random with very same call

2021-05-27 Thread Lars Fricke
Title: SkenData Email Signatur Dear All, as this list is a source of much deeper insight than I have into Mapserver, I would like to ask about a very strange issue I am facing. I am calling on a public WFS server I can query "by hand" fast and