<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.600" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face="MS Pゴシック" size=2>mapserver version 3.3.011,</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2>platform linux red hat 6.2</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>hi,</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>i'm trying to use a mapfile to draw an inline 
feature with no shapefile.  my failed attempt is down below.  
</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>i know my gif 'redarrow' is ok because i 
tested it on the demo by replacing all the symbols with 'redarrow' it 
showed up fine</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2>can anyone see anything wrong?  
</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>once this works, i would like to include 
multiple instances of the same bitmap on the same map.  i'm pretty sure 
this is done by simply adding more points, but i'm not sure of the format.  
also i'd like to have multiple bitmaps on my zzz layer,  from the 
documentation this is done by a relation of the Feature class setting and the 
class expression string, but i'd like to see an example.</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>thanks for any help,</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>Matt</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>--------MAPFILE 
-----------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>NAME DEMO<BR>STATUS ON<BR>SIZE 600 
600<BR>MARKERSET symbols/marker.sym<BR>EXTENT 138.8663 35.5158 139.7185 
36.2986<BR>UNITS DD<BR>IMAGECOLOR 255 255 255<BR>INTERLACE OFF</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>WEB<BR>  HEADER 
demo_header.html<BR>  TEMPLATE demo.html<BR>  FOOTER 
demo_footer.html<BR>  MINSCALE 1000<BR>  MAXSCALE 1550000<BR>  
IMAGEPATH "/usr/local/apache/htdocs/tmp/"<BR>  IMAGEURL "/tmp/"<BR>  # 
LOG "demo.log"<BR>END</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV>
<DIV><FONT face="MS Pゴシック" size=2>LAYER<BR>  NAME zzz<BR>  TYPE 
ANNOTATION<BR>  STATUS DEFAULT<BR>  CLASS<BR>    NAME 
"testbm"<BR>    SYMBOL 'redarrow' <BR>  END<BR>  
FEATURE <BR>    POINTS 138.9663 35.9158 END<BR>  
END<BR>END</FONT></DIV>
<DIV><FONT face="MS Pゴシック" size=2></FONT> </DIV></BODY></HTML>