<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#cccccc" text="#000099">
Ran into a problem with this Annotation stuff.&nbsp; Trying to apply a PNG
symbol as annotation.&nbsp;&nbsp; Can't seem to get anything to display.&nbsp; I'm
past the error though, and my text layer displays just fine.&nbsp; The last
layer is the problem one.<br>
<br>
Thanks.<br>
<br>
bobb<br>
<br>
<br>
<br>
Symbol definition:<br>
<br>
<tt>SYMBOL<br>
&nbsp;&nbsp;&nbsp; NAME 'moose_logo_90x42'<br>
&nbsp;&nbsp;&nbsp; TYPE PIXMAP<br>
&nbsp;&nbsp;&nbsp; IMAGE 'moose_logo_90x42.png'<br>
&nbsp;&nbsp;&nbsp; TRANSPARENT 8&nbsp;&nbsp; ## QUESTION, what does this do anyway ???? It broke
without it in there<br>
END</tt><br>
<br>
Mapfile:<br>
<br>
<tt>MAP<br>
&nbsp;&nbsp;&nbsp; NAME 'point'<br>
&nbsp;&nbsp;&nbsp; UNITS FEET<br>
<br>
&nbsp;&nbsp;&nbsp; TRANSPARENT TRUE<br>
&nbsp;&nbsp;&nbsp; IMAGETYPE PNG<br>
<br>
&nbsp;&nbsp;&nbsp; SYMBOLSET point.symbols<br>
&nbsp;&nbsp;&nbsp; FONTSET font.list<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; LAYER<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME 'copyright'<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE ANNOTATION<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRANSFORM LL<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FEATURE<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POINTS 200 -10 END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TEXT 'City of Saint Paul, Public Works, Technical Services
- This is NOT a legal document'<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABEL<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE truetype<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT bluehigh<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; OUTLINECOLOR 254 254 254<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SHADOWSIZE 1 1<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 11<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; <font color="#ff0000"><b>LAYER<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME 'moose'<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE ANNOTATION<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TRANSFORM CC<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FEATURE<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POINTS 0 0 END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SYMBOL "moose_logo_90x42"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; END</b></font><br>
&nbsp; <br>
END</tt><br>
<br>
<br>
<br>
Bob Basques wrote:
<blockquote cite="midsmtpd.5b24.45d60e86.24b23.1d@mta-m2.tc.umn.edu"
 type="cite">
  <pre wrap="">This is a multi-part message in MIME format.
--------------050300050700000903050405
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

All,

I guess I need to look harder next time, looks like it's in the newest version already . . . .  Silly me.

This works now. (COOL!)

MAP
     NAME 'point'
     UNITS FEET

     TRANSPARENT TRUE
     IMAGETYPE PNG

     SYMBOLSET point.symbols

     LAYER
         NAME 'copyright'
         TYPE ANNOTATION
         TRANSFORM LL
         STATUS DEFAULT
         FEATURE
             POINTS 40 -10 END
             TEXT 'Technical Services'
         END
         CLASS
             LABEL
                 TYPE BITMAP
                 COLOR 254 254 254
                 OUTLINECOLOR 0 0 0
                 SHADOWCOLOR 0 0 0
                 SHADOWSIZE 1 1
                 SIZE TINY
             END
         END
     END
END

bobb
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="200">-- 

****************  You can't be late until you show up.  ***************
************  You never learn anything by doing it right.  ************
***  War doesn't determine who's right. War determines who's left.  ***</pre>
</body>
</html>