Re: [mapserver-users] FW: [mapserver-dev] Motion: Retire SDE Support for MapServer 7.0

2015-02-10 Thread Richard Greenwood
Not being on the PSC my vote doesn't mean anything, but 7.0 certainly seems like the time to cut the cord on SDE. Rich On Tue, Feb 10, 2015 at 2:34 PM, Lime, Steve D (MNIT) steve.l...@state.mn.us wrote: Looking for a bit broader input on this idea. OGR supports SDE too so that's another

[mapserver-users] layer handling in Mapserver WMS clients

2015-02-10 Thread Schylberg Lars
Hi, I have a follow up question on my question yesterday. I would like to have the layers in the main called mapfile to be set layers in the client WMS calls. The WMS client documentation says, http://mapserver.org/ogc/wms_client.html : wms_name metadata - comma-separated list of layers to be

Re: [mapserver-users] OGR GeoJSON stream output not working with FCGI

2015-02-10 Thread Even Rouault
Le mardi 10 février 2015 12:32:41, Tuikku Anttila a écrit : Hi, I am trying to get GeoJSON to work as a WFS output format, using an OGR outputformat with FORMATOPTION storage=stream. With CGI, it works fine, but with FastCGI the response appears in the apache error log and I get an empty

[mapserver-users] OGR GeoJSON stream output not working with FCGI

2015-02-10 Thread Tuikku Anttila
Hi, I am trying to get GeoJSON to work as a WFS output format, using an OGR outputformat with FORMATOPTION storage=stream. With CGI, it works fine, but with FastCGI the response appears in the apache error log and I get an empty response in the browser. It works if I have FORMATOPTION

[mapserver-users] FW: [mapserver-dev] Motion: Retire SDE Support for MapServer 7.0

2015-02-10 Thread Lime, Steve D (MNIT)
Looking for a bit broader input on this idea. OGR supports SDE too so that's another mechanism for users to use SDE with MapServer 7.0 and up... Steve From: mapserver-dev-boun...@lists.osgeo.org [mapserver-dev-boun...@lists.osgeo.org] on behalf of

[mapserver-users] double check - recommended way to optimize air photos for speed in MapServer while maintaining a decent quality and file size.

2015-02-10 Thread Mark Volz
Hello, In the past I prepared my air photos for MapServer by converting them into GeoTiff and creating compressed jpeg overviews. I would like to double check if this is still a recommended method to prepare air photos that are fast, have a decent amount of quality, and are not terribly

Re: [mapserver-users] MapServer Environment Variables and IIS

2015-02-10 Thread geographika
Some further details after debugging. I modified mmaphttp.c and recompiled MapServer just to confirm the missing environment variables. // pszCurlCABundle = C:\\MapServer\\bin\\curl\\curl-ca-bundle.crt; // works when hardcoded pszCurlCABundle = getenv(Path); msDebug(Test

Re: [mapserver-users] MapServer Environment Variables and IIS

2015-02-10 Thread thomas bonfort
Mod fcgid on apache has special directives to set environment variables, c.f. FcgidInitialEnv . on iis you hopefully have the same... On Feb 10, 2015 8:18 AM, geographika geograph...@gmail.com wrote: Some further details after debugging. I modified mmaphttp.c and recompiled MapServer just to

Re: [mapserver-users] double check - recommended way to optimize air photos for speed in MapServer while maintaining a decent quality and file size.

2015-02-10 Thread Andy Colson
On 02/10/2015 01:25 PM, Mark Volz wrote: Hello, In the past I prepared my air photos for MapServer by converting them into GeoTiff and creating compressed jpeg overviews. I would like to double check if this is still a recommended method to prepare air photos that are fast, have a decent

Re: [mapserver-users] MapServer Environment Variables and IIS

2015-02-10 Thread geographika
Thanks for the reply. It should be possible to set these in IIS in the web.config file as outlined here: http://www.iis.net/configreference/system.webserver/fastcgi/application/environmentvariables fastCgi application fullPath=C:\Mapserver\bin\mapserv.exe