<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'><pre style="line-height: 21px; white-space: normal; color: rgb(68, 68, 68); font-size: 15px;"><br></pre><pre style="line-height: 21px; white-space: normal; color: rgb(68, 68, 68); font-size: 15px;">Dear mapserver-users,</pre><pre style="line-height: 21px; white-space: normal; color: rgb(68, 68, 68); font-size: 15px;"><br></pre><pre style="line-height: 21px; white-space: normal; color: rgb(68, 68, 68); font-size: 15px;">This is a follow on question to my post friday. I made some changes suggested by Brent Fraser </pre><pre style="line-height: 21px; white-space: normal; color: rgb(68, 68, 68); font-size: 15px;">but still haven't had a graphical success. I think something very basic is wrong with my set up for points.</pre><pre style="line-height: 21px; white-space: normal; color: rgb(68, 68, 68); font-size: 15px;">Here is my new attempt, which still fails. I looked in the error log and it<br>seems to be treating the SYMBOL 'square' as a shapefile and says "unable to<br>open file". <br><br>Thanks<br><br>MAP<br>DEBUG 5<br>CONFIG "MS_ERRORFILE" "/media/D_Drive/www/gis/logs/error_file.log"       <br>EXTENT         -180 -90 180 90<br>#IMAGECOLOR   153 179 204<br>IMAGETYPE  PNG24<br>SHAPEPATH        data/<br>FONTSET   data/fonts/fonts.list<br>UNITS    DD     <br>SIZE 1000 500 # Added<br><br>PROJECTION<br>"+proj=longlat +ellps=WGS84"<br>END<br><br>OUTPUTFORMAT<br>NAME         png<br>DRIVER     "AGG/PNG"<br>MIMETYPE  "image/png"<br>IMAGEMODE        RGBA<br>EXTENSION "png"<br>END<br><br>WEB<br>IMAGEPATH  "/media/D_Drive/www/gis/tmp/"<br>IMAGEURL       "gis/tmp/"<br>END<br><br>LAYER<br>NAME        "city"<br>TYPE  POINT   <br>STATUS        DEFAULT <br>DATA  "CityALL"<br>CLASS<br>STYLE<br>SYMBOL "square"<br>SIZE      10<br>COLOR       255 1 1<br>OUTLINECOLOR   0 0 0<br>END<br>END <br>END<br>END<br></pre><br>Michael McInnis
6033 44th Ave. N.E.
Seattle, WA 98115
206 517-4701                                      </div></body>
</html>