<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;">Hello Mapserver experts,<br><br>I have question in my mind, How to display Labels from 1 table in my database (Postgre + Postgis)?<br>in this table there are fields of : name_region, values_1, values_2, How to appear them? Could Mapserver make it? <br>I ask this question, because I want to show the difference values_1 between values_2 in my Bar Chart :)<br><br>if i do this (code in the bottom) then just appear <span style="font-weight: bold;">values_2</span> in the map :) ?<br><br>LAYER<br>STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; TYPE ANNOTATION<br>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE POSTGIS<br>&nbsp;&nbsp;&nbsp; CONNECTION "user=x password=x dbname=mydb host=host port=5432"<br>&nbsp;&nbsp;&nbsp; DATA "the_geom FROM tb_region USING UNIQUE code_region"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;
 LABELITEM "name_region"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE Truetype<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT Arial<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 11<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINSIZE 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANGLE Auto<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POSITION UC<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANTIALIAS True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END # LABEL<br>&nbsp;&nbsp;&nbsp; END #CLASS<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; LABELITEM "values_1"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 255 255 255<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE Truetype<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT
 Arial<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 9<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINSIZE 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANGLE Auto<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POSITION UC<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANTIALIAS True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END # LABEL<br>&nbsp;&nbsp;&nbsp; END #CLASS<br>&nbsp;&nbsp;&nbsp; <br>LABELITEM "values_2"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 255 255 255<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE Truetype<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT Arial<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 9<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINSIZE 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANGLE Auto<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POSITION UC<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ANTIALIAS True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END #
 LABEL<br>&nbsp;&nbsp;&nbsp; END #CLASS<br>END #LAYER<br><br><div>Thanks really appreciate yours,<br><br>-Theresia :)<br></div>
</div><br>

      </body></html>