<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6487.1">
<TITLE>Problem in preview widget</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi all,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I got a question about the preview widget.&nbsp; I am working with Chameleon 1.0 and Mapserver-dev version which is the latest one I got from cvs.&nbsp; And when I includes legend to be displayed in the preview, it shows the default icons which is the &quot;?&quot; instead of the symbols that I set to them.&nbsp; I understand that in Chameleon 1.0, it uses a context file to create an updated mapfile whenever a change is made to the application.&nbsp; And I found out that those legend icons are created from the legendurls which are included in the context file within each style block.&nbsp; Therefore, I made the following test context file for testing the creation of legend icons in preview:</FONT></P>

<P><FONT SIZE=1 FACE="Arial">&lt;?xml version='1.0' encoding=&quot;ISO-8859-1&quot; standalone=&quot;no&quot; ?&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&lt;ViewContext version=&quot;1.0.0&quot; id=&quot;envirodat_wms&quot; xmlns:xsi=&quot;<A HREF="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>&quot; xmlns:xlink=&quot;<A HREF="http://www.w3.org/1999/xlink">http://www.w3.org/1999/xlink</A>&quot; xmlns=&quot;<A HREF="http://www.opengis.net/context">http://www.opengis.net/context</A>&quot; xsi:schemaLocation=&quot;<A HREF="http://www.opengis.net/context">http://www.opengis.net/context</A> </FONT><A HREF="http://schemas.opengis.net/context/1.0.0/context.xsd"><U><FONT COLOR="#0000FF" SIZE=1 FACE="Arial">http://schemas.opengis.net/context/1.0.0/context.xsd</FONT></U></A><FONT SIZE=1 FACE="Arial">&quot;&gt;</FONT></P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; &lt;!-- LayerList of Layer elements</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - implied order: bottom To Top</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; first Layer element is bottom most layer in map view</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; last Layer elements is op most layer in map view</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; --&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; &lt;LayerList&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; &lt;Layer queryable=&quot;0&quot; hidden=&quot;0&quot;&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Server service=&quot;WMS&quot; version=&quot;1.1.1&quot; title=&quot;Aviation_Surface_Weather_Network&quot;&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;OnlineResource xlink:type=&quot;simple&quot; xlink:href=&quot;<A HREF="http://localhost/cgi-bin/wms">http://localhost/cgi-bin/wms</A>?&quot;/&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Server&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Name&gt;Aviation_Surface_Weather_Network&lt;/Name&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Title&gt;Aviation_Surface_Weather_Network&lt;/Title&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;SRS&gt;EPSG:42304 EPSG:42101 EPSG:4269 EPSG:4326 EPSG:42304&lt;/SRS&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;FormatList&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Format current=&quot;1&quot;&gt;image/png&lt;/Format&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Format&gt;image/jpeg&lt;/Format&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Format&gt;image/wbmp&lt;/Format&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/FormatList&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;StyleList&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Style current=&quot;1&quot;&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Name&gt;avn&lt;/Name&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Title&gt;avn&lt;/Title&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;LegendURL width=&quot;18&quot; height=&quot;12&quot; format=&quot;image/png&quot;&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;OnlineResource xlink:type=&quot;simple&quot; xlink:href=&quot;<A HREF="http://localhost/cgi-bin/wms?version=1.1.1&amp;request=GetLegendGraphic&amp;Layer=Aviation_Surface_Weather_Network&amp;format=image%2Fpng&amp;simple=true">http://localhost/cgi-bin/wms?version=1.1.1&amp;request=GetLegendGraphic&amp;Layer=Aviation_Surface_Weather_Network&amp;format=image%2Fpng&amp;simple=true</A>&quot;/&gt;</FONT></P>

<P><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/LegendURL&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Style&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/StyleList&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; &lt;/Layer&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; &lt;/LayerList&gt;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&lt;/ViewContext&gt;</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">Here is the corresponding mapfile that generated by Chameleon:</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">MAP</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; EXTENT -2594561.35333333 -712631 3467361.35333333 3840000</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; FONTSET &quot;/var/www/html/cwc2/etc/fonts.txt&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; IMAGECOLOR 255 255 255</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; IMAGETYPE png</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; RESOLUTION 90.714286</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; SYMBOLSET &quot;/var/www/html/cwc2/etc/symbols.sym&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; SIZE 400 300</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; STATUS ON</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; TRANSPARENT TRUE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; UNITS METERS</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; NAME &quot;envirodat_wms&quot;</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; OUTPUTFORMAT</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; NAME png</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; MIMETYPE image/png</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; DRIVER GD/PNG</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; EXTENSION png</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; IMAGEMODE PC256</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; TRANSPARENT TRUE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; PROJECTION</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; &quot;init=epsg:42304&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; LEGEND</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255 255</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; KEYSIZE 18 12</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; KEYSPACING 5 5</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; LABEL</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE MEDIUM</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE BITMAP</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUFFER 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 89</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FORCE FALSE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINDISTANCE -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINFEATURESIZE -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OFFSET 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS TRUE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; END</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; POSITION LL</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STATUS ON</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; TEMPLATE &quot;legend_template.html&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; QUERYMAP</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; SIZE -1 -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STATUS OFF</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STYLE HILITE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; REFERENCE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; COLOR -1 -1 -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; EXTENT -1 -1 -1 -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; IMAGE &quot;./images/keymap.png&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; SIZE 120 90</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STATUS ON</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MARKER 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MARKERSIZE 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINBOXSIZE 3</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAXBOXSIZE 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; SCALEBAR</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BACKGROUNDCOLOR 0 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 255 255</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255 255</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; INTERVALS 5</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; LABEL</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE SMALL</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE BITMAP</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BUFFER 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FORCE FALSE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINDISTANCE -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MINFEATURESIZE -1</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OFFSET 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS TRUE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION CR</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; END</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; POSITION LL</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; SIZE 300 5</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STATUS ON</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STYLE 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; TRANSPARENT TRUE</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; UNITS KILOMETERS</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; WEB</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; IMAGEPATH &quot;/var/www/html/cwc2/tmp/images/&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; IMAGEURL &quot;/image_tmp/&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; LOG &quot;error.log&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; METADATA</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;original_projection&quot;&nbsp;&nbsp; &quot;init=epsg:42304&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_connectiontimeout&quot; &quot;3000&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;original_extents&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;-2200000,-712631,3072800,3840000&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_context_version&quot;&nbsp;&nbsp; &quot;1.0.0&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_title&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;WMS Demo&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; QUERYFORMAT text/html</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">&nbsp; LAYER</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; CONNECTION &quot;</FONT><A HREF="http://localhost/cgi-bin/wms?"><U><FONT COLOR="#0000FF" SIZE=1 FACE="Arial">http://localhost/cgi-bin/wms?</FONT></U></A><FONT SIZE=1 FACE="Arial">&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; CONNECTIONTYPE WMS</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; METADATA</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_srs&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;EPSG:42304 EPSG:42101 EPSG:4269 EPSG:4326 EPSG:42304&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_onlineresource&quot;&nbsp;&nbsp;&nbsp; &quot;</FONT><A HREF="http://localhsot/cgi-bin/wms?"><U><FONT COLOR="#0000FF" SIZE=1 FACE="Arial">http://localhsot/cgi-bin/wms?</FONT></U></A><FONT SIZE=1 FACE="Arial">&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_style_avn_legendurl_width&quot; &quot;18&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_name&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Aviation_Surface_Weather_Network&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_style_avn_title&quot;&nbsp;&nbsp; &quot;avn&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_style_avn_legendurl_format&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;image/png&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_style_avn_legendurl_height&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;12&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_formatlist&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;image/png,image/jpeg,image/wbmp&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_format&quot;&nbsp;&nbsp;&nbsp; &quot;image/png&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;LEGEND_ORDER&quot;&nbsp; &quot;0&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_style_avn_legendurl_href&quot;&nbsp; &quot;</FONT><A HREF="http://localhost/cgi-bin/wms?version=1.1.1&amp;request=GetLegendGraphic&amp;Layer=Aviation_Surface_Weather_Network&amp;format=image%2Fpng&amp;simple=true"><U><FONT COLOR="#0000FF" SIZE=1 FACE="Arial">http://localhost/cgi-bin/wms?version=1.1.1&amp;request=GetLegendGraphic&amp;Layer=Aviation_Surface_Weather_Network&amp;format=image%2Fpng&amp;simple=true</FONT></U></A><FONT SIZE=1 FACE="Arial">&quot;</FONT></P>

<P><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_server_version&quot;&nbsp;&nbsp;&nbsp; &quot;1.1.1&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_stylelist&quot; &quot;avn&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_style&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;avn&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;wms_title&quot;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Aviation_Surface_Weather_Network&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; NAME &quot;l0:Aviation_Surface_Weather_Network&quot;</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; SIZEUNITS PIXELS</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; STATUS ON</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; TOLERANCE 0</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; TOLERANCEUNITS PIXELS</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; TYPE RASTER</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp;&nbsp;&nbsp; UNITS METERS</FONT>

<BR><FONT SIZE=1 FACE="Arial">&nbsp; END</FONT>
</P>

<P><FONT SIZE=1 FACE="Arial">END</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">However, when I starts Chameleon 1.0 with this context file, I got the following error and the map image doesn't generate at all:</FONT></P>

<P><FONT SIZE=2 FACE="Arial">&quot;msWMSLoadGetMapParams (): Invalid style ((null)) Mapserver supports only default styles and is expecting an empty string for the STYLES: or STYLES=,,,,&quot;</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Does anyone have any idea on this problem ?&nbsp; I guess I am missing something or messing up something in the mapfile or context file.&nbsp; If anyone knows the proper way to set up this, please let me know.&nbsp; Hey I am a newbie to the Chameleon, so if I misunderstood anything,&nbsp; just let me know :)</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Any help would be greatly appreciated.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks in advance,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Stephanie&nbsp; </FONT>
</P>

</BODY>
</HTML>