Re: [mapserver-users] Access control for wms served from mapserver cgi

2008-10-20 Thread Mike Leahy
.exe? MS_MAPFILE=d:/ms4w/apps/wms1.map SetEnvIf Request_URI /cgi-bin/wms2.exe? MS_MAPFILE=d:/ms4w/apps/wms2.map Just thinking, I do not know if this is secure at all. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Puolesta Mike Leahy

[mapserver-users] Access control for wms served from mapserver cgi

2008-10-19 Thread Mike Leahy
Hello list, Does anyone on this list know of a simple strategy for configuring Apache to restrict access to specific mapfiles served as WMS through the cgi mapserv program? I'd like to do is restrict access to specific IPs for URLs like the following:

Re: [mapserver-users] Fractional line widths?

2008-09-05 Thread Mike Leahy
Hello Dane, If you change the name of your OUTPUTFORMAT to 'AGGA', then I think you must also change the IMAGETYPE parameter to 'AGGA' so that the map uses the correct outputformat (i.e., there can be more than one outpuformat in a mapfile). Mike Date: Thu, 4 Sep 2008 19:10:53 -0700 From:

Re: [mapserver-users] Corrupt image output (solved?)

2008-08-20 Thread Mike Leahy
versions of libgeotiff. So should I maybe close the ticket that I opened earlier today? Mike Mike Leahy wrote: Ok, I'll file a ticket shortly...but I have a few more things I've tried that might add insight to this. It seems if I load the map via cgi mapserver, I get the same problems - so

[mapserver-users] Corrupt image output

2008-08-19 Thread Mike Leahy
Hello list, I'm wondering if anyone can help me figure out a problem I'm having with corrupted output from from a tiled geotiff dataset I'm using in a ka-Map environment. You can see what's happening to the imagery here: http://img527.imageshack.us/my.php?image=corrupthd1.png This

[mapserver-users] Re: Corrupt image output

2008-08-19 Thread Mike Leahy
between mapscript and the gdal library? Mike Mike Leahy wrote: Hello list, I'm wondering if anyone can help me figure out a problem I'm having with corrupted output from from a tiled geotiff dataset I'm using in a ka-Map environment. You can see what's happening to the imagery here: http

[mapserver-users] Projection of shape objects in MapScript

2008-08-06 Thread Mike Leahy
Hello, I have what I hope is an easy question: when I extract shapes from query results in PHP MapScript, what projection would the shape be in? The map object usually has its own projection defined, as can the layer object...and then there's the data source itself (presumably the same as

[mapserver-users] mapscript querybypoint on tiled raster layers?

2008-07-29 Thread Mike Leahy
Hello list, I'm sure this one has come up before, but I can't seem to figure out what I need to do. I have some tiled raster layers that I've got in a mapfile that is being used for generating ka-map tiles. I'm trying to query the values on these layer using the queryByPoint function in

[mapserver-users] Re: mapscript querybypoint on tiled raster layers?

2008-07-29 Thread Mike Leahy
. So would this be a known bug of any sort, or is it just bad practice to use relative filenames with MapServer? Regards, Mike Mike Leahy wrote: Hello list, I'm sure this one has come up before, but I can't seem to figure out what I need to do. I have some tiled raster layers that I've got