Lars-Göran Edholm wrote:
I still have problem with expressions with 2 or more values.
In Mapserver 4 I use:
...&map_fastvisa_class_expression=([FNR]=210176493 OR [FNR]=210176494)..
In Mapserver 5 I use:
In the Map-file:
EXPRESSION ([FNR]=%fasokex%)
and in the URL
.....&fasokex=210176493&....
but how to use 2 or more values in Mapserver 5??
Lars,
try this:
EXPRESSION ([FNR] IN '%fasokex%')
URL: ...&fasokex=210176493,210176494&...
Best regards,
--
--------------------------------------------------------------------
Andreas Albarello
Analysis & SW Development
Territorium Online srl/GmbH
Via Buozzi/Buozzistraße 12 - I 39100 Bolzano/Bozen
email: [EMAIL PROTECTED]
web: www.territoriumonline.com
--------------------------------------------------------------------