<br><font size=2 face="Courier New">Hi,</font>
<br><font size=2 face="Courier New">I can't figure out how classgroup and
group work. I have defined the following layer. Using it with this query</font>
<br><font size=2 face="Courier New">http://ipaddress/cgi-bin/mapserv.exe?map=\path\mapfile.map&amp;mode=map</font>
<br><font size=2 face="Courier New">I get all the points on a map but the
style is not applied. </font>
<br><font size=2 face="Courier New">If I remove the 2 CLASSGROUP statements
but keep the GROUP key and launch the same query the layer features show
up with style applied.</font>
<br><font size=2 face="Courier New">why is that?</font>
<br>
<br><font size=2 face="Courier New">Also, Is it possible to define a query
string and specify which classgroup to show on the map? What would be the
parameter then? I tried &amp;group= xxx and &amp;classgroup=xxx and it
didn't work</font>
<br><font size=2 face="Courier New">thanks</font>
<br><font size=2 face="Courier New">Steve</font>
<br>
<br>
<br>
<br><font size=2 face="Courier New">&nbsp; LAYER</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; NAME 'DesastresQc'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; TYPE POINT</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; DATA '.....'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; METADATA</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; 'wms_title' 'DesastresQc'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; END</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; STATUS DEFAULT</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; TRANSPARENCY 100</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; PROJECTION</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; 'proj=longlat'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; 'ellps=WGS84'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; 'datum=WGS84'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; 'no_defs'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; ''</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; END</font>
<br>
<br><font size=2 face="Courier New">&nbsp; &nbsp; CLASSGROUP &quot;bio&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; CLASSGROUP &quot;meteo&quot;</font>
<br>
<br><font size=2 face="Courier New">&nbsp; &nbsp; CLASSITEM &nbsp; &nbsp;&quot;TYPE_F&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; NAME &nbsp; &nbsp;
&nbsp; &quot;Épidémique&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; GROUP
&nbsp; &nbsp; &nbsp; &nbsp;&quot;bio&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; EXPRESSION
'EP'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; STYLE</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;SYMBOL ep </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZE
8 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;OUTLINECOLOR 0 0 0</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; COLOR &nbsp;
&nbsp; &nbsp;130 230 250</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; END</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; END #class</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; CLASS</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; NAME &nbsp; &nbsp;
&nbsp; &quot;Infestation&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; GROUP
&nbsp; &nbsp; &nbsp; &nbsp;&quot;meteo&quot;</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; EXPRESSION
'IN'</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; STYLE</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;SYMBOL in</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SIZE
8 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;OUTLINECOLOR 0 0 0</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; COLOR &nbsp;
&nbsp; &nbsp;130 230 250</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; END</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; END #class</font>
<p>