Need Help Displaying Info from DBFs

Michael Elepano michael at LIVEPROCESS.COM
Thu Jan 20 00:22:10 EST 2005


Sandeep:

Thanks for the suggestion.  I actually got it working with the
following line:

EXPRESSION ('[FIPS]' IN '00022,00042,00081,etc,etc,etc')

Works like a charm.

Thanks to all for your help and advice.

Micahel


On Jan 18, 2005, at 11:20 PM, Sandeep Bashyal wrote:

> Have you tried using regular expression instead of:
>
>> e.g. EXPRESSION (([FIPS] = 00022) OR ([FIPS] = 00042) OR ([FIPS] =
>> 00081) ... ad nauseum)).
>
> like:
> $layer->set("classitem","FIPS")
> $expression=/00022|00042|0081.../



More information about the mapserver-users mailing list