Width of polygon boundaries

Steve Lime steve.lime at DNR.STATE.MN.US
Tue Jan 31 00:04:48 EST 2006


Sure, it's possible. You'd use styles like:

  STYLE # red fill
    COLOR 255 0 0
  END
  STYLE # fat, green line
    OUTLINECOLOR 0 255 0
    WIDTH 3
  END
    
You can also use a circle symbol:

  SYMBOL
    TYPE ELLIPSE
    NAME 'circle'
    POINTS 1 1 END
    FILLED TRUE
  END

  STYLE
    SYMBOL 'circle'
    SIZE 3
    OUTLINECOLOR 0 255 0
  END

Steve
>>> Julian Parker <julian at MAPSOLUTIONS.COM.AU> 01/30/06 6:40 PM >>>
Greetings all,

 

I have not been able to find any information on setting the border width
of a polygon in MapServer. Is this possible at all?

 

Thanks in advance!

 

Regards

Julian Parker
Systems Analyst

Digital Mapping Solutions
Level 2, 2 Hardy Street
SOUTH PERTH WA 6151
Ph: 08 9474 6311 Fax: 08 9474 6411
Mobile: 0438 844 079
www.mapsolutions.com.au <http://www.mapsolutions.com.au/>  

 

MapInfo Training
<http://www.mapsolutions.com.au/services/training/index.html> |
IntraMaps <http://www.mapsolutions.com.au/products/intramaps/index.html>
| InterMaps
<http://www.mapsolutions.com.au/products/intermaps/index.html>  |
MobileMap <http://www.mapsolutions.com.au/products/mobilemap/index.html>
| News <http://www.mapsolutions.com.au/news/index.html> 

 



More information about the mapserver-users mailing list