Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2012-05-08 Thread Prabu Raja
inal Message- > From: mapserver-users-boun...@lists.osgeo.org [mailto: > mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jeff McKenna > Sent: Tuesday, November 22, 2011 8:36 AM > To: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] Problem with Variable Sub

RE: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-22 Thread Lime, Steve D (DNR)
36 AM To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION Hello, If I was in your situation, I would follow Steve's advice and test it through the commandline (mapserv -nh QUERY_STRING="blah") to test your reques

Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-22 Thread Jeff McKenna
Hello, If I was in your situation, I would follow Steve's advice and test it through the commandline (mapserv -nh QUERY_STRING="blah") to test your request in normal CGI mode. Then if all else fails, create a very small one layer mapfile with a tiny data file and package that with a requests

Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-22 Thread Prabu Raja
STATUS DEFAULT >> >> TYPE POLYGON >> >> DATA ' bdry_counpy2' >> >> CLASS >> >> EXPRESSION ([area] > %area%) >> >> STYLE COLOR 212 212 212 OUTLINECOLOR 0 0 0 END >> >> END >> >> END >> >> EN

Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-16 Thread Daniel Morissette
ample works, how different is what you’re doing? Steve *From:*Prabu Raja [mailto:prab.r...@gmail.com] *Sent:* Wednesday, November 16, 2011 5:16 AM *To:* Lime, Steve D (DNR) *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION Than

RE: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-16 Thread Lime, Steve D (DNR)
t you’re doing? Steve From: Prabu Raja [mailto:prab.r...@gmail.com] Sent: Wednesday, November 16, 2011 5:16 AM To: Lime, Steve D (DNR) Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION Thanks Steve. Tried the following regular e

Re: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-16 Thread Prabu Raja
[mailto: > mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Prabu Raja > *Sent:* Tuesday, November 15, 2011 4:29 AM > *To:* mapserver-users@lists.osgeo.org > *Subject:* [mapserver-users] Problem with Variable Substitution for > EXPRESSION > > ** ** > > Hi, >

RE: [mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-15 Thread Lime, Steve D (DNR)
: [mapserver-users] Problem with Variable Substitution for EXPRESSION Hi, I need to compare one attribute from database table in "EXPRESSION" (under "LAYER") with six different values passed as Variable Substitution for coloring the layer. I did added validation for those

[mapserver-users] Problem with Variable Substitution for EXPRESSION

2011-11-15 Thread Prabu Raja
Hi, I need to compare one attribute from database table in "EXPRESSION" (under "LAYER") with six different values passed as Variable Substitution for coloring the layer. I did added validation for those variables in the map file, but for some reason I am getting the below error. *msValidatePara