Ah, never mind, Thomas' answer is better. But for future reference, symbol type simple provides the LINECAP and LINEJOIN options for line styling that cartoline used to provide.

C

Christy Nieman wrote:
Hi,

There is a symbol type "simple" that does more or less the same as cartolines.

SYMBOL
  NAME "dotline"
  TYPE simple
  LINECAP butt
  LINEJOIN miter
  PATTERN
    1 20 1 20
  END
END

should do the trick.

Christy

--
Christy Nieman
GIS Technician
DM Solutions Group, Inc.
Email: [EMAIL PROTECTED]
Web: http://dmsolutions.ca
Web: http://research.dmsolutions.ca

Raivo Alla wrote:
Hi!

I have question about AGG incapability to handle CARTOLINE type of
symbols which in my case leads to problem - I can't figure out how I
can manage to describe symbol
seen here: http://picasaweb.google.com/snaperski/Ort#5264703564091103650

With GD rendering I could use symbol definition as follows:

SYMBOL
  NAME "dotline"
  TYPE cartoline
  LINECAP butt
  LINEJOIN miter
  LINEJOINMAXSIZE 3
  STYLE
  1 20 1 20
  END
END

and in mapfile describe the style like that:

 CLASS
  NAME "Elektriliin"
  EXPRESSION '10'
  STYLE
   SYMBOL "line"
   SIZE 1
   COLOR 0 0 0
  END
  STYLE
   SYMBOL "dotline"
   SIZE 8  #vertical stripes
   COLOR 0 0 0
  END
 END

How I can do that without cartolines?


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

--
Christy Nieman
GIS Technician
DM Solutions Group, Inc.
Email: [EMAIL PROTECTED]
Web: http://dmsolutions.ca
Web: http://research.dmsolutions.ca
Phone: 613-565-5056 x12
------------------------------------------------------------------------

_______________________________________________
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