[mapserver-users] AGG and cartoline trap

Raivo Alla snaperski at gmail.com
Tue Nov 4 02:45:32 EST 2008


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


More information about the mapserver-users mailing list