Re: [mapserver-users] MapServer 6.2.0 beta2 release

2012-08-06 Thread Stephen Woodbridge
What does your OUTPUTFORMAT block(s) look like? are you using the sameone for both? -Steve W On 8/6/2012 11:06 PM, Richard Greenwood wrote: I'm having a problem with the rendering of one of my layers with 6.2. It's probably not a bug but rather that I'm doing something wrong. My map file: SYM

Re: [mapserver-users] MapServer 6.2.0 beta2 release

2012-08-06 Thread Richard Greenwood
I'm having a problem with the rendering of one of my layers with 6.2. It's probably not a bug but rather that I'm doing something wrong. My map file: SYMBOL NAME 'solid' TYPE ellipse POINTS 1 1 END FILLED true END LAYER . CLASS NAME "Zone X Shaded" EXPRESSION /^X, SHADED/

Re: [mapserver-users] demo.mapserver.org source

2012-08-06 Thread Jeff McKenna
On 12-08-06 4:15 PM, Radim Blazek wrote: > Hi, > where can I find data and mapfiles used by services running on > demo.mapserver.org? > > Radim Hello Radim, Through the years I have been posting demos on demo.mapserver.org and you can see that it is has become a wonderful resource. The files ar

[mapserver-users] Probelms with GM in Fast CGI

2012-08-06 Thread Bistrais, Bob
We have been experiencing problems with GeoMoose 2.6 when MapServer is running in Fast CGI mode. This relates to problems I've reported in the past, we finally figured out that it was the Fast CGI. When we have MapServer in Fast CGI mode, my queries and Identify operations have failed, timed o

[mapserver-users] demo.mapserver.org source

2012-08-06 Thread Radim Blazek
Hi, where can I find data and mapfiles used by services running on demo.mapserver.org? Radim ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] getShape failing; changes from mapserver 5.6 to 6.0

2012-08-06 Thread Lime, Steve D (DNR)
Yup, sorry it's Perl. The getResult($) should be getResult($i). Syntax for PHP should be pretty close I think, method names are the same. Steve From: Stefan Schwarzer [stefan.schwar...@unep.org] Sent: Monday, August 06, 2012 6:48 AM To: mapserver-users@li

Re: [mapserver-users] getShape failing; changes from mapserver 5.6 to 6.0

2012-08-06 Thread Stefan Schwarzer
Thanks a lot, Steve. However, I had tried this out before, but "getResult($)"? I think this is Perl, no? In PHP this would be different? Sorry for a dumb question… Stefan > The query code underwent major changes between 5.6 and 6.0 and one casualty > was query processing like you're doing. O