[mapserver-users] symbol circle (ellipse) rendered not round but oval

thomas bonfort thomas.bonfort at gmail.com
Tue Jan 12 09:18:10 EST 2010


hi Oliver :)

try with GAP 20 instead of STYLE 1 20 END (which is deprecated btw, use
PATTERN now)

cheers,
thomas

On Tue, Jan 12, 2010 at 15:04, Oliver Christen <
oliver.christen at camptocamp.com> wrote:

> hello
>
> I have a weird problem with symbology.
> Im rendering a line with dots, but the dots are not round but slightly
> oval, see image http://dev.camptocamp.com/~ochriste/tilecache.png<http://dev.camptocamp.com/%7Eochriste/tilecache.png>
>
> Any idea what could be the cause ?
>
> Here is my symbol definition:
>
> SYMBOL
>  NAME "linie-gepunkt10"
>  TYPE ELLIPSE
>  POINTS
>   1 1
>  END
>  STYLE
>   1 20
>  END
>  FILLED TRUE
> END
>
> and my layer's class definition:
>
>  CLASS
>   EXPRESSION "3"
>   MAXSCALEDENOM 200001
>   STYLE
>     SYMBOL "linie-gepunkt10"
>     SIZE 10
>     COLOR 102 51 0
>   END
>   STYLE
>     SYMBOL "linie-gepunkt10"
>     SIZE 8
>     COLOR 204 102 0
>   END
>  END
>
> and the map outputformat:
>
> OUTPUTFORMAT
>  NAME png
>  DRIVER "AGG/PNG"
>  MIMETYPE "image/png"
>  IMAGEMODE RGBA
>  EXTENSION "png"
>  FORMATOPTION "INTERLACE=OFF"
> END
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20100112/54ffd75e/attachment-0001.html


More information about the mapserver-users mailing list