<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Rich,<br>
    <br>
    For my Intermittent Waterways in v6, I've used<br>
    <br>
    <br>
    <tt>   CLASS # intermittent<br>
            NAME 'intermittent' <br>
            EXPRESSION '1480132' <br>
            STYLE<br>
              SYMBOL "SmallDots"<br>
              COLOR 221 230 254<br>
              GAP 2<br>
            END<br>
            STYLE<br>
              SYMBOL "dashed5"<br>
              PATTERN 5 5 END<br>
              WIDTH 1<br>
              OUTLINECOLOR 0 122 194<br>
            END<br>
          END</tt><br>
    <br>
    where the symbol def is:<br>
    <br>
    <tt>  SYMBOL<br>
          NAME 'dashed5'<br>
          TYPE SIMPLE<br>
        END<br>
        SYMBOL<br>
          NAME 'SmallDots' <br>
          TYPE ELLIPSE<br>
          POINTS 1 1 END<br>
        END</tt><br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">Best Regards,
Brent Fraser</pre>
    <br>
    On 2/13/2012 1:22 PM, Richard Greenwood wrote:
    <blockquote
cite="mid:CAHBySPZ88nOG04+W_Dv16THUaFMRKpe6z8VF+Zbxjmd168pyJg@mail.gmail.com"
      type="cite">
      <pre wrap="">I'm upgrading a site from mapserver 5.6 to 6.0 and the attached symbol
has me stumped. I can't seem to replicate the style in 6.0.

My mapserver 5.6 definition that created the attached GIF is here:

SYMBOL
 NAME 'Circle_Open'
 TYPE ELLIPSE
 FILLED false
 POINTS 1 1 END
END

LAYER
 TYPE polygon
 TRANSPARENCY alpha
 CLASS
   STYLE
     COLOR 69 158 239
     OUTLINECOLOR 0 0 255
     SYMBOL 'Circle_Open'
     SIZE 1
   END
 END
END

In mapserver 6.0 I'm using the same SYMBOL definition. I have split
the outline into a separate STYLE block. But regardless of the SIZE or
WIDTH that I specify for the STYLE all I get is a solid fill. What am
I missing?

Thanks,
Rich

--
Richard Greenwood
<a class="moz-txt-link-abbreviated" href="mailto:richard.greenwood@gmail.com">richard.greenwood@gmail.com</a>
<a class="moz-txt-link-abbreviated" href="http://www.greenwoodmap.com">www.greenwoodmap.com</a>
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
</pre>
    </blockquote>
  </body>
</html>