<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div><br></div><div>Dear Mapserver List,</div><div><br></div><div>I've progressed to the point where the following does not show any errors but the subsequent map image is blank/white.</div><div>I confirmed INPUT=POSTGIS shows up with mapserv -v and I know the table is constructed properly because I can display it easily in QGIS. </div><div><br></div><div>Any help debugging this would be greatly appreciated.</div><div><br></div><div>I was successful rendering shapefiles with my mapserver installation.</div><div><br></div><div>Another possible clue is that if I uncomment the STYLE/SYMBOL line I get an error it can't find the following:</div><div>unable to open file /ms4w/apps/gmap/htdocs/circle for reading </div><div><br></div><div>Install :</div><div><br></div>MapServer version 6.0.3 from MS4W<div>PostGreSQL 9.0.13</div><div>PostGIS 2.0</div><div><br></div><div>Map File :</div><div><br></div><div><div>MAP</div><div>    NAME airports</div><div>    EXTENT -180 -90 180 90</div><div>    SIZE 1000 500</div><div>    </div><div>    LAYER</div><div>        CONNECTIONTYPE POSTGIS</div><div>        NAME "airports"</div><div>        CONNECTION "host=localhost dbname=Business user=#### password=#### port=5432"</div><div>        PROCESSING "CLOSE_CONNECTION=DEFER"</div><div>        DATA "geomll From airports"</div><div>        STATUS ON</div><div>        TYPE POINT</div><div>        </div><div>        CLASS</div><div>            NAME "airportsClass"</div><div>            STYLE</div><div>                #SYMBOL 'circle'</div><div>                COLOR 255 22 22</div><div>            END</div><div>        END # Class</div><div>    END # Layer</div><div>END # Map File</div><div><br></div><a href="http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/gmap/htdocs/airports.map&layer=airports&mode=map">http://localhost/cgi-bin/mapserv.exe?map=/ms4w/apps/gmap/htdocs/airports.map&layer=airports&mode=map</a></div><div><br></div><div>This produces a black background with a 1000 pixel by 500 pixel white space in Firefox.</div><div><br></div>                                      </div></body>
</html>