<DIV>Hi,</DIV>
<DIV>I created a Mapserver layer definition in order to establish a connection to my database. I would like to display the data from the database on my map.</DIV>
<DIV>The table spots has just points in the "the_geom" column. All I want to do is to display those points on the map.  When I write my layer definition, it gives me no errors but it also doesnt display those points on the map.</DIV>
<DIV>  </DIV>
<DIV>Here is my layer definition:</DIV>
<DIV> </DIV>
<DIV>LAYER<BR>        CONNECTIONTYPE postgis<BR>        NAME "Spots"  # my table name<BR>        CONNECTION "user=test password=test dbname=MyDataBase host=http://localhost"<BR>        DATA "the_geom FROM Spots"   # the_geom column from table Spots<BR>        STATUS ON<BR>        TYPE POINT <BR>                CLASS<BR>                        COLOR 0 0 0<BR>                        OUTLINECOLOR 0 0 0
 <BR>                END<BR>END </DIV>
<DIV> </DIV>
<DIV>Thank You</DIV>
<DIV>Wokar</DIV><p>
                <hr size=1>Do you Yahoo!?<br> 
Yahoo! Small Business - <a href="http://us.rd.yahoo.com/evt=31637/*http://smallbusiness.yahoo.com/resources/">Try our new resources site!</a>