dashed symbols in 3.4

Stephen Lime steve.lime at dnr.state.mn.us
Thu Mar 1 11:29:49 EST 2001


Here's an example that allows you to create a scalable dashed line:

SYMBOL 
  NAME "dashed-line"
  TYPE ELLIPSE
  POINT 1 1 END
  FILLED
  STYLE 10 10 END
END

The STYLE option sets up a dashing pattern and can be applied to just about
any symbol used for a line. The "10 10" means 10 pixels on, then 10 off. You can
set up some interesting patterns with more complex styles like:

  STYLE 10 10 2 2 2 2 END  

Have fun experimenting.

Steve

>>> Berend Veldkamp <berend.veldkamp at aris.nl> 03/01/01 03:49AM >>>
Hi,
I saw this question before in the list, but found no answer.
How to do a dashed line symbol without the STYLED symbol type?

Berend

--
_________________________________________________

ARIS - Hooghiemstraplein 126 - NL 3514 AZ Utrecht
tel. +31 30 2769180    -    fax. +31 30 2733578
URL: http://www.aris.nl/ 
_________________________________________________






More information about the mapserver-users mailing list