On Tuesday, July 26, 2016 10:12:58 Ahmet Temiz wrote:
> Our mapserver-cgi displays nothing.
> 
> http://localhost/cgi-bin/mapserv?mode=map&map=/var/www/trdem1.map&layer=runt
> imeSubstitution&yuk=50
> 
> ​      VALIDATION
>           'yuk' '^[0-9]$'
>       END
> 
>       CLASS
>           EXPRESSION ([pixel] >= 'yuk' )
>           STYLE COLOR 255 0 0 END
>       END #end class
> ​
> ​What am I doing wrong?
> regards​
Hello,

You should probably use %:

           EXPRESSION ([pixel] >= '%yuk%' )

Y.
-- 
Responsable Formation et Support
Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex
Tel (France) : +33 4 58 48 20 43 (new !)
Tel (Suisse) : +41 21 619 10 43
Mob. : +33 6 18 75 42 21
Fax : 04 79 70 15 81
Mail : yves.jaco...@camptocamp.com
http://www.camptocamp.com
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to