David,

While the below example uses a very simple symbol (a circle), it may get you started:

  #Circle symbol
  SYMBOL
    NAME 'CIRCLE'
    TYPE ellipse
    FILLED true
    POINTS
      1 1
    END
  END

  LAYER # Roads
    NAME 'Roads'
    TYPE LINE
         :
    CLASS
      LABEL
        STYLE
            SYMBOL 'CIRCLE'
            SIZE 8
            OUTLINECOLOR 0 0 0
            COLOR 255 255 255
        END
        FONT "trebuc"
        TYPE TRUETYPE
        POSITION CC
        ALIGN CENTER
        WRAP ' '
        SIZE 5
        BUFFER 1
        COLOR 0 0 0
        #OUTLINECOLOR 0 0 0
        ANGLE 0
        PARTIALS FALSE
        ANTIALIAS TRUE
        MINDISTANCE 250
        MINFEATURESIZE 10
    END # Label
 END #Class
END #Layer


Best Regards,
Brent Fraser


On 6/1/2011 9:50 AM, Fawcett, David (MPCA) wrote:
Does anyone have a highway shield example map file and symbol set that they are 
willing to share?

Thanks,

David.

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


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

Reply via email to