<span style="font-family: monospace;">I'm using MS4W 2.0 and Chameleon 2.4<br>i've a problem when i use header in mapfile maptips widtget doesn't work.<br><br></span><pre>If i remove Header fields in mapfile all is fine! But i've in query result SHAPE_INDEX, TILE_INDEX and LAYER INDEX that i don't want in query result!
<br><br>Is it normal? i've also tryed to change position of Header in mapfile but<br>problem persists.<br><br><br>the configuration of maptips is:<br><i><cwc2 type="MapTips" defaulttext="&nbsp;" tolerance="2"
<br></i><i> maptipsdiv="MapTipsLayer" label="Map Tips" layer="scuole"<br></i><i> attributes="comune" styleresource="TextButtons"<br></i><i> popupstyleresource="TextButton
<br></i><i> s" popupwidth="550" popupheight="475"<br></i><i> image="images/icon_maptips.png" toolbar="false" status="false"<br></i><i>menubar="false" onmouseover="myMaptipsOver" onmouseout="myMaptipsOut">
<br></i><i><br></i><i> <image state="normal"/><br></i><i> <image state="selected"/><br></i><i> <image state="hover"/><br></i><i> </cwc2></i> <br>
<br>This is the layer in my mapfile<br>LAYER<br>NAME "scuole"<br>METADATA<br> wms_title "scuole"<br> wfs_title "scuole"<br> "DESCRIPTION" "comune"<br> "RESULT_FIELDS" "comune"
<br> "LAYER" "scuole"<br> gml_include_items "all"<br> END<br> STATUS ON<br> DUMP TRUE<br> TYPE POLYGON<br> CONNECTIONTYPE POSTGIS<br>CONNECTION "user=*** password=*** dbname=*** host=localhost
<br>port=5432"<br>DATA "the_geom FROM (select comune, I02_97 as Elementari_Classi, I03_97 as<br>Medie_Classi, I04_98 as Superiori_classi, the_geom, gid from scuole) AS<br>scuole1 USING UNIQUE gid USING SRID=-1"
<br>HEADER<br>"comune^|Elementari_Classi^|Medie_Classi^|Superiori_classi^"<br>Classitem "comune"<br>PROJECTION "init=epsg:26591"<br> END<br>LABELITEM comune<br>LABELMAXSCALE 105000<br>CLASS<br>
NAME "scuole"<br> TEMPLATE "ttt_query.html"<br> OUTLINECOLOR 0 0 0<br> LABEL<br> TYPE truetype<br> FONT sans<br> SIZE 7<br> COLOR 0 0 200<br> POSITION auto<br> END
<br>END</pre><br>