[mapserver-users] Thick Lines???

Hankley, Chip Chip.Hankley at GASAI.Com
Mon Nov 5 10:45:10 EST 2001


I'm having a devil of a time figuring out how to get a FILLED polygon to
draw with a THICK border. Below's my map file. I'm using PHP, MapScript for
3.5, using a dll from 10/15/2001.

BTW, my apologies ahead of time... I've searched the archives and found
numerous references to *detailed* explanations of 3.5 line symbology on the
list, but have been unable to find any. I may be query challenged ;)

Chip

_________________

...

SYMBOL
  NAME 'diagonal_hash'
  TYPE VECTOR
  POINTS
    0 0
    1 1
  END
END

SYMBOL
  NAME 'thick_line'
  TYPE ELLIPSE
  POINTS 1 1 END
  FILLED
END

...

LAYER
  NAME "Employee"
  TYPE Polygon
  STATUS DEFAULT
  DATA ml1
  CLASSITEM CODE
  CLASS
    Name 'Selectd Employee'
    TEMPLATE "ttt"
    EXPRESSION ''
    SYMBOL 'hash'
    SIZE 4
    COLOR 255 0 0
    OVERLAYSYMBOL 'thick_line'
    OVERLAYSIZE 4
    OVERLAYOUTLINECOLOR 0 0 0
  END  # CLASS
END  # LAYER







More information about the mapserver-users mailing list