Rich,

For my Intermittent Waterways in v6, I've used


   CLASS # intermittent
      NAME 'intermittent'
      EXPRESSION '1480132'
      STYLE
        SYMBOL "SmallDots"
        COLOR 221 230 254
        GAP 2
      END
      STYLE
        SYMBOL "dashed5"
        PATTERN 5 5 END
        WIDTH 1
        OUTLINECOLOR 0 122 194
      END
    END

where the symbol def is:

  SYMBOL
    NAME 'dashed5'
    TYPE SIMPLE
  END
  SYMBOL
    NAME 'SmallDots'
    TYPE ELLIPSE
    POINTS 1 1 END
  END

Best Regards,
Brent Fraser


On 2/13/2012 1:22 PM, Richard Greenwood wrote:
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
richard.greenw...@gmail.com
www.greenwoodmap.com


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

<<attachment: intermittent2.PNG>>

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to