<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ah, never mind, Thomas' answer is better.&nbsp; But for future reference,
symbol type simple provides the LINECAP and LINEJOIN options for line
styling that cartoline used to provide.<br>
<br>
C<br>
<br>
Christy Nieman wrote:
<blockquote cite="mid:491037F7.7020902@dmsolutions.ca" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
Hi,<br>
  <br>
There is a symbol type "simple" that does more or less the same as
cartolines.<br>
  <br>
SYMBOL<br>
&nbsp; NAME "dotline"<br>
&nbsp; TYPE simple<br>
&nbsp; LINECAP butt<br>
&nbsp; LINEJOIN miter<br>
&nbsp; PATTERN<br>
&nbsp;&nbsp;&nbsp; 1 20 1 20<br>
&nbsp; END<br>
END<br>
  <br>
should do the trick.<br>
  <br>
Christy<br>
  <br>
-- <br>
  <font color="#999999">Christy Nieman<br>
GIS Technician<br>
DM Solutions Group, Inc.<br>
Email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:cnieman@dmsolutions.ca">cnieman@dmsolutions.ca</a><br>
Web: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://dmsolutions.ca">http://dmsolutions.ca</a><br>
Web: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://research.dmsolutions.ca">http://research.dmsolutions.ca</a></font><br>
  <br>
Raivo Alla wrote:
  <blockquote
 cite="mid:49dc012b0811032345o3a89435amb465a3267ab14a3a@mail.gmail.com"
 type="cite">
    <pre wrap="">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: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://picasaweb.google.com/snaperski/Ort#5264703564091103650">http://picasaweb.google.com/snaperski/Ort#5264703564091103650</a>

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
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>

  </pre>
  </blockquote>
  <div class="moz-signature">-- <br>
Christy Nieman<br>
GIS Technician<br>
DM Solutions Group, Inc.<br>
Email: <a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:cnieman@dmsolutions.ca">cnieman@dmsolutions.ca</a><br>
Web: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://dmsolutions.ca">http://dmsolutions.ca</a><br>
Web: <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://research.dmsolutions.ca">http://research.dmsolutions.ca</a><br>
Phone: 613-565-5056 x12<br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
  </pre>
</blockquote>
</body>
</html>