<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18854">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hi Thomas :)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>thanks for the answer, but sadely it didnt solve my 
problem:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>here are a few tests I did:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>using GAP 20 gave me really weird result:</FONT></DIV>
<DIV><FONT size=2><A 
href="http://dev.camptocamp.com/~ochriste/tilecache6_gap_20.png">http://dev.camptocamp.com/~ochriste/tilecache6_gap_20.png</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>using PATTERN 1 22 END gave me better result, but the dot are 
still slightly oval:</FONT></DIV>
<DIV><FONT size=2><A 
href="http://dev.camptocamp.com/~ochriste/tilecache7_pattern.png">http://dev.camptocamp.com/~ochriste/tilecache7_pattern.png</A></FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>I wondered if the visual effect may have come from the fact im 
pilling up two circle one over the other, but even when trying to display only 
the outer or inner circles, the circle are still slightly off:</FONT></DIV>
<DIV><FONT size=2><A 
href="http://dev.camptocamp.com/~ochriste/tilecache4_outercircle.png">http://dev.camptocamp.com/~ochriste/tilecache4_outercircle.png</A></FONT></DIV>
<DIV><FONT size=2><A 
href="http://dev.camptocamp.com/~ochriste/tilecache5_innercircle.png">http://dev.camptocamp.com/~ochriste/tilecache5_innercircle.png</A></FONT></DIV>
<DIV><FONT size=2>(both at once <A 
href="http://dev.camptocamp.com/~ochriste/tilecache3_bothcircle.png">http://dev.camptocamp.com/~ochriste/tilecache3_bothcircle.png</A>)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>any other idea? ^_^</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=thomas.bonfort@gmail.com 
  href="mailto:thomas.bonfort@gmail.com">thomas bonfort</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=oliver.christen@camptocamp.com 
  href="mailto:oliver.christen@camptocamp.com">Oliver Christen</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A 
  title=mapserver-users@lists.osgeo.org 
  href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, January 12, 2010 3:18 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [mapserver-users] symbol 
  circle (ellipse) rendered not round but oval</DIV>
  <DIV><BR></DIV>hi Oliver :)<BR><BR>try with GAP 20 instead of STYLE 1 20 END 
  (which is deprecated btw, use PATTERN now)<BR><BR>cheers,<BR>thomas<BR><BR>
  <DIV class=gmail_quote>On Tue, Jan 12, 2010 at 15:04, Oliver Christen <SPAN 
  dir=ltr>&lt;<A 
  href="mailto:oliver.christen@camptocamp.com">oliver.christen@camptocamp.com</A>&gt;</SPAN> 
  wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>hello<BR><BR>I have a weird problem with symbology.<BR>Im 
    rendering a line with dots, but the dots are not round but slightly oval, 
    see image <A href="http://dev.camptocamp.com/~ochriste/tilecache.png" 
    target=_blank>http://dev.camptocamp.com/~ochriste/tilecache.png</A><BR><BR>Any 
    idea what could be the cause ?<BR><BR>Here is my symbol 
    definition:<BR><BR>SYMBOL<BR>&nbsp;NAME "linie-gepunkt10"<BR>&nbsp;TYPE 
    ELLIPSE<BR>&nbsp;POINTS<BR>&nbsp; 1 1<BR>&nbsp;END<BR>&nbsp;STYLE<BR>&nbsp; 
    1 20<BR>&nbsp;END<BR>&nbsp;FILLED TRUE<BR>END<BR><BR>and my layer's class 
    definition:<BR><BR>&nbsp;CLASS<BR>&nbsp; EXPRESSION "3"<BR>&nbsp; 
    MAXSCALEDENOM 200001<BR>&nbsp; STYLE<BR>&nbsp; &nbsp; SYMBOL 
    "linie-gepunkt10"<BR>&nbsp; &nbsp; SIZE 10<BR>&nbsp; &nbsp; COLOR 102 51 
    0<BR>&nbsp; END<BR>&nbsp; STYLE<BR>&nbsp; &nbsp; SYMBOL 
    "linie-gepunkt10"<BR>&nbsp; &nbsp; SIZE 8<BR>&nbsp; &nbsp; COLOR 204 102 
    0<BR>&nbsp; END<BR>&nbsp;END<BR><BR>and the map 
    outputformat:<BR><BR>OUTPUTFORMAT<BR>&nbsp;NAME png<BR>&nbsp;DRIVER 
    "AGG/PNG"<BR>&nbsp;MIMETYPE "image/png"<BR>&nbsp;IMAGEMODE 
    RGBA<BR>&nbsp;EXTENSION "png"<BR>&nbsp;FORMATOPTION "INTERLACE=OFF"<BR>END 
    <BR>_______________________________________________<BR>mapserver-users 
    mailing list<BR><A href="mailto:mapserver-users@lists.osgeo.org" 
    target=_blank>mapserver-users@lists.osgeo.org</A><BR><A 
    href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" 
    target=_blank>http://lists.osgeo.org/mailman/listinfo/mapserver-users</A><BR></BLOCKQUOTE></DIV><BR></BLOCKQUOTE></BODY></HTML>