Re: [mapserver-users] runtime variable substitution in layer class expression

2014-02-11 Thread gorank
Is there is somebody to help me? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/runtime-variable-substitution-in-layer-class-expression-tp5101318p5103222.html Sent from the Mapserver - User mailing list archive at Nabble.com. ___

Re: [mapserver-users] runtime variable substitution in layer class expression

2014-02-11 Thread thomas bonfort
try something like: layer validation "YEAR" "^[12][09][0-9][0-9]$" end class expression ([%YEAR%]<100) -- thomas On 11 February 2014 20:15, gorank wrote: > Is there is somebody to help me? > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/runtime-variable-

Re: [mapserver-users] runtime variable substitution in layer class expression

2014-02-11 Thread gorank
I follow your suggestion and I put in the map file your proposal and in my .aspx webform with open layers javascript I added dropdownlist with ID "YEAR" and Values 2010 and 2011. The open layer in the browser doesn't show the map. Should I put in the open layer javascript some additional code to