[mapserver-users] layer with "truncated" symbols 2
Steve Lime
sdlime at gmail.com
Fri Mar 27 06:31:07 PDT 2020
It's the dynamic size that's causing the issues. I still think this could
work (on the server side) but I'll need to work up my own test case to
avoid a bunch of back and forth. --Steve
On Fri, Mar 27, 2020 at 4:27 AM Leehan <mathias.cunault at inrap.fr> wrote:
> following your advice, I added quedalle classe :
>
> ...
> LAYER
> NAME "nombre de cas"
> TYPE POINT
> PROJECTION
> "init=epsg:2154"
> END
> EXTENT 276838.0988 4584246.823 909596.998 8872270.142
> CONNECTIONTYPE POSTGIS
> CONNECTION blabla
> LABELITEM "nb_cas"
> CLASS
> EXPRESSION "quedalle"
> STYLE
> SYMBOL "circle"
> SIZE 150
> COLOR 0 0 0
> END
> END
> CLASS
> STYLE
> SYMBOL "cas"
> SIZE [ln_nb_cas]
> COLOR [couleur]
> OPACITY 70
> END #fin style
> LABEL
> COLOR 0 0 0
> OUTLINECOLOR 255 255 255
> FONT "verdana-gras"
> TYPE truetype
> SIZE 8
> END
> END #fin class
>
> And indeed I am using an attribute for red circle size.
> But the result is still the same.
> (I can't believe I am the first to experience this issue!)
> If it can help, here is a snap with the dummy class :
> <http://osgeo-org.1560.x6.nabble.com/file/t372757/map.png>
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapserver-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20200327/360a1531/attachment.htm>
More information about the MapServer-users
mailing list