Re: SV: [mapserver-users] Classitems selection

2009-08-13 Thread Christy Nieman
Hi, When you say that you could very well use expressions, do you mean regular expressions? In my experience, unless you are working with a very large data set they're fine. E.g. CLASSITEM flavour ... EXPRESSION /cherry|mango|lime/ Christy Lars Westerlind wrote: AFAIK currently I write

Re: SV: [mapserver-users] Classitems selection

2009-08-13 Thread Steve Lime
In that case you could use a regex for the classes with multiple matches. (E.g. EXPRESSION /cherry|mango|lime/) Performance penalty is not as large as for logical expressions and this is probably faster than maintaining list. Steve On 8/13/2009 at 8:50 AM, in message

RE: SV: [mapserver-users] Classitems selection

2009-08-13 Thread Fawcett, David
To: Lars Westerlind Cc: mapserver-users@lists.osgeo.org Subject: Re: SV: [mapserver-users] Classitems selection Hi, When you say that you could very well use expressions, do you mean regular expressions? In my experience, unless you are working with a very large data set they're fine. E.g. CLASSITEM

SV: SV: [mapserver-users] Classitems selection

2009-08-13 Thread Lars Westerlind
Westerlind Kopia: mapserver-users@lists.osgeo.org Ämne: Re: SV: [mapserver-users] Classitems selection Hi, When you say that you could very well use expressions, do you mean regular expressions? In my experience, unless you are working with a very large data set they're fine. E.g. CLASSITEM