Re: [mapserver-users] Can I skip logging MS_NOTFOUND errors?

2019-06-05 Thread Peter Schmitt
Hi Lars, Thanks for the suggestion, but it didn't work. I see there's an open pull request to log MS_NOTFOUND based on DEBUG log level: https://github.com/mapserver/mapserver/pull/5707 I'll follow along there to see if there are any ideas to unblock its status. Cheers, Pete On Wed, Jun 5, 2019 a

Re: [mapserver-users] WFS GeoJSON Output Missing numberMatched

2019-06-05 Thread Even Rouault
On mercredi 5 juin 2019 23:43:22 CEST Seth G wrote: > Hi all, > > I'm currently working on a front-end grid that requests features via WFS 2.0 > and loads them using OpenLayers. OpenLayers 4 doesn't support parsing of > GML3 used by WFS 2.0, but I can return features as GeoJSON by setting the > ou

Re: [mapserver-users] WFS GeoJSON Output Missing numberMatched

2019-06-05 Thread Seth G
Thanks Even for both suggestions. Using resultType=hits and caching the result for the duration of the session could be an option for read-only layers (and would likely speed things up as setting "wfs_compute_number_matched" is not recommended for performance reasons). Editable layers would re

[mapserver-users] WFS GeoJSON Output Missing numberMatched

2019-06-05 Thread Seth G
Hi all, I'm currently working on a front-end grid that requests features via WFS 2.0 and loads them using OpenLayers. OpenLayers 4 doesn't support parsing of GML3 used by WFS 2.0, but I can return features as GeoJSON by setting the output format as follows: OUTPUTFORMAT NAME "geojs

Re: [mapserver-users] WCS 2.0.1 not returning same image as WCS 1.0.0

2019-06-05 Thread Rahkonen Jukka (MML)
Hi, I recommend to read the WCS 2.0 core standard which does not support bbox, resx or resy anymore. Mapserver documentation shows also how to use SUBSET https://www.mapserver.org/ogc/wcs_server.html. If you need to change the pixel size then the document to read is the WCS Scaling extension st

[mapserver-users] WCS 2.0.1 not returning same image as WCS 1.0.0

2019-06-05 Thread Moisan, Yves (NRCAN/RNCAN)
Hi All, On Ubuntu 18.04 with : MapServer version 7.0.7 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIEN

[mapserver-users] WCS 2.0.1 not returning same image as WCS 1.0.0

2019-06-05 Thread Moisan, Yves (NRCAN/RNCAN)
Hi All, On Ubuntu 18.04 with : MapServer version 7.0.7 OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIEN

Re: [mapserver-users] Can I skip logging MS_NOTFOUND errors?

2019-06-05 Thread lars . schylberg
Does it make a difference if You define: CONFIG 'ON_MISSING_DATA' 'IGNORE' on the map level? /Lars S. 4 juni 2019 kl. 21:44, "Peter Schmitt" mailto:pschm...@gmail.com?to=%22Peter%20Schmitt%22%20)> skrev: Hi, I have MapServer configured to serve a WFS endpoint with GeoJSON. The data itself is