<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Tamas, thank you; I’ll submit a bug ticket. - Phil<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Tamas Szekeres [mailto:szekerest@gmail.com] <br><b>Sent:</b> Wednesday, December 29, 2010 5:29 PM<br><b>To:</b> Anzel, Phil - Fort Collins, CO<br><b>Cc:</b> mapserver-users@lists.osgeo.org<br><b>Subject:</b> Re: [mapserver-users] Feature points not drawn by 5.7DEV drawmap.exe<o:p></o:p></span></p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Phil,<br><br>I suspect there is a problem with the default symbol initialization which doesn't work with the new rendering code. You could work around the problem by specifying a custom symbol as follows:<br><br><br><br>MAP<br> OUTPUTFORMAT<br>   NAME 'pnga'<br>   MIMETYPE 'image/pnga'<br>   DRIVER 'AGG/PNG'<br>   EXTENSION 'png'<br>   IMAGEMODE 'RGBA'<br>   TRANSPARENT TRUE<br>   FORMATOPTION 'INTERLACE=OFF'<br> END<br> SYMBOL<br>  NAME "default-marker"<br>  TYPE ELLIPSE<br>  POINTS<br>    1 1<br>  END<br>  FILLED TRUE<br> END<br> <br> STATUS ON<br> SIZE 827 511<br> EXTENT -7908630.38 5546155.24 -7903127.77 5548526.51<br> UNITS METERS<br> IMAGECOLOR 255 255 255<br> PROJECTION 'proj=merc' 'a=6378137' 'b=6378137' 'lat_ts=0.0' 'lon_0=0.0' 'x_0=0.0' 'y_0=0' 'k=1.0' 'units=m' 'nadgrids=@null' 'north' 'no_defs' END<br>LAYER<br> layer<br>   name 'Corner_points'<br>   PROJECTION 'proj=merc' 'a=6378137' 'b=6378137' 'lat_ts=0.0' 'lon_0=0.0' 'x_0=0.0' 'y_0=0' 'k=1.0' 'units=m' 'nadgrids=@null' 'north' 'no_defs' END   # Web Mercator<br>   status on<br>   type point<br>   feature<br>     points<br>       -7905423.21336607 5547493.76482495<br>       -7905423.21336607 5546270.77237239<br>       -7904200.22091351 5547493.76482495<br>       -7904200.22091351 5546270.77237239<br>     end  # end of points<br>   end  # end of feature<br>   class<br>     style<br>       color 255 0 0<br>       size 7<br>       SYMBOL 'default-marker'<br>     end  # end of style<br>   end  #end of class<br> end  # end of layer<br> layer<br>   name 'grid-WM'<br>   PROJECTION 'proj=merc' 'a=6378137' 'b=6378137' 'lat_ts=0.0' 'lon_0=0.0' 'x_0=0.0' 'y_0=0' 'k=1.0' 'units=m' 'nadgrids=@null' 'north' 'no_defs' END   # Web Mercator<br>   status on<br>   type line<br>   class<br>     color 0 0 0<br>   end # of class<br>   grid<br>     labelformat '%9.0f'  minarcs 2   maxarcs 6<br>   end  # of grid<br> end # of layer 'grid-WM'<br>END  # end of MAP<br><br><br>A new ticket would also be sufficient in order to have this symbol initialization problem fixed.<br><br><br>Best regards,<br><br>Tamas<br><br><br><o:p></o:p></p></div></body></html>