<div dir="ltr">Hi,<br><br>I would like to be able to attach text to displayed features that are coming from postgis.  Currently I am just displaying points (layer displayed below) as an ellipse from postgis, but I would like to have text on top of each ellipse based on the contents of a field uniquely associated to each point. <br>
<br>John<br><br> LAYER<br>  # name of layer<br>  NAME "gv:tasmania_cities"<br>  GROUP "Collaboration"<br><br>  # what type of data is this?<br>  TYPE POINT<br><br>  # always returned with interface<br>
  STATUS ON<br>  <br>  TRANSPARENCY 100<br>  <br>  CONNECTIONTYPE postgis<br><br>  CONNECTION "user=postgres dbname=gvdb host=localhost port=5432 password=password1117"                                      <br>  DATA "the_geom from tasmania_cities"<br>
  <br><br>  CLASS<br>    STYLE<br>        symbol "dot"<br>        SIZE 8<br>          COLOR 0 0 0<br>    END<br>   END<br> END<br><br clear="all"><br>-- <br>John J. Mitchell<br>
</div>