<!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.  Trying to apply a PNG
symbol as annotation.   Can't seem to get anything to display.  I'm
past the error though, and my text layer displays just fine.  The last
layer is the problem one.<br>
<br>
Thanks.<br>
<br>
bobb<br>
<br>
<br>
<br>
Symbol definition:<br>
<br>
<tt>SYMBOL<br>
    NAME 'moose_logo_90x42'<br>
    TYPE PIXMAP<br>
    IMAGE 'moose_logo_90x42.png'<br>
    TRANSPARENT 8   ## QUESTION, what does this do anyway ???? It broke
without it in there<br>
END</tt><br>
<br>
Mapfile:<br>
<br>
<tt>MAP<br>
    NAME 'point'<br>
    UNITS FEET<br>
<br>
    TRANSPARENT TRUE<br>
    IMAGETYPE PNG<br>
<br>
    SYMBOLSET point.symbols<br>
    FONTSET font.list<br>
    <br>
    LAYER<br>
        NAME 'copyright'<br>
        TYPE ANNOTATION<br>
        TRANSFORM LL<br>
        STATUS DEFAULT<br>
        FEATURE<br>
            POINTS 200 -10 END<br>
            TEXT 'City of Saint Paul, Public Works, Technical Services
- This is NOT a legal document'<br>
        END<br>
        CLASS<br>
            LABEL<br>
                TYPE truetype<br>
                FONT bluehigh<br>
                COLOR 0 0 0<br>
                OUTLINECOLOR 254 254 254<br>
                SHADOWSIZE 1 1<br>
                SIZE 11<br>
            END<br>
        END<br>
    END<br>
    <font color="#ff0000"><b>LAYER<br>
        NAME 'moose'<br>
        TYPE ANNOTATION<br>
        TRANSFORM CC<br>
        STATUS DEFAULT<br>
        FEATURE<br>
            POINTS 0 0 END<br>
        END<br>
        CLASS<br>
            STYLE<br>
                SYMBOL "moose_logo_90x42"<br>
                COLOR 0 0 0<br>
                OUTLINECOLOR 0 0 0<br>
            END<br>
        END<br>
    END</b></font><br>
  <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>