<span class="gmail_quote"></span>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=postgres password=**** dbname=NEW host=localhost port=5432"
<br>DATA "the_geom FROM (select comune, I02_97 as Elementari_Classi, I03_97 as Medie_Classi, I04_98 as Superiori_classi, the_geom, gid from scuole) AS scuole USING UNIQUE gid USING SRID=-1"<br> classitem "comune"
<br>PROJECTION "init=epsg:26591"<br> END <br>LABELITEM comune<br> CLASS<br> NAME "comune"<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<br>END<br><br>I have some problems with some widgets of chameleon and Postgis Layers.<br><div><pre><br>In maptips widgets and LabelLayer Widget:
<br><br>As i riported in chameleon list for Maptips: <br><a href="http://lists.maptools.org/pipermail/chameleon/2006-May/004098.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.maptools.org/pipermail/chameleon/2006-May/004098.html</a><br><br>and for Label Layer:<br><a href="http://lists.maptools.org/pipermail/chameleon/2006-April/003928.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.maptools.org/pipermail/chameleon/2006-April/003928.html<br></a><br><br>Problem is always the same i cannot see attributes of Layers!<br><br>Thank you in advance for your help!<br><br>Is there something Wrong in mapfile??
<br><br>Or is it a problem of the parser of chameleon widget for postgis layers?<br><br><br><br></pre>
</div>