<div dir="ltr">Hi,<br><br>I would like to be able to attach text to displayed features that are coming from postgis.&nbsp; 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>&nbsp;LAYER<br>&nbsp; # name of layer<br>&nbsp; NAME &quot;gv:tasmania_cities&quot;<br>&nbsp; GROUP &quot;Collaboration&quot;<br><br>&nbsp; # what type of data is this?<br>&nbsp; TYPE POINT<br><br>&nbsp; # always returned with interface<br>
&nbsp; STATUS ON<br>&nbsp; <br>&nbsp; TRANSPARENCY 100<br>&nbsp; <br>&nbsp; CONNECTIONTYPE postgis<br><br>&nbsp; CONNECTION &quot;user=postgres dbname=gvdb host=localhost port=5432 password=password1117&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp; DATA &quot;the_geom from tasmania_cities&quot;<br>
&nbsp; <br><br>&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; symbol &quot;dot&quot;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp; END<br>&nbsp;END<br><br clear="all"><br>-- <br>John J. Mitchell<br>
</div>