Re: [MapServer-users] Who remembers the truth about antialiasing?

2023-11-15 Thread Lime, Steve D (MNIT) via MapServer-users
Looking at the code, the keyword is still in place in 8.0. It is recognized in the STYLE object but is silently ignored inside a LABEL object. I didn't check rendering code specifically to see what true vs false values affected. So, I think your conclusions are correct. From: MapServer-users

[MapServer-users] Who remembers the truth about antialiasing?

2023-11-15 Thread Rahkonen Jukka via MapServer-users
Hi, When Mapserver started to use AGG renderer everybody thought that antialiasing is not only the strength of the library but also the only way AGG can render. See https://mapserver.org/output/agg.html and https://lists.osgeo.org/pipermail/mapserver-users/2007-September/025467.html. But then

Re: [MapServer-users] internal MapServer scaling

2023-11-15 Thread Lime, Steve D (MNIT) via MapServer-users
There is not. You'd do that (if it's possible) at the web server configuration level. From: MapServer-users On Behalf Of Marcin Niemyjski via MapServer-users Sent: Wednesday, November 15, 2023 9:49 AM To: Marcin Niemyjski via MapServer-users Subject: [MapServer-users] internal MapServer

[MapServer-users] internal MapServer scaling

2023-11-15 Thread Marcin Niemyjski via MapServer-users
Hello, Is there any environmental variable corresponding to the number of internal MapServer scaling (i.e., the number of maximal MapServer processes)? I guess FastCGI is responsible for this. Is it possible to manage it from the Dockerfile? Best, Marcin

Re: [MapServer-users] Well-know SLD symbols

2023-11-15 Thread Rahkonen Jukka via MapServer-users
Hi, Thank you. The SLD definitions in the standard are given in a literal form: “The WellKnownName element gives the well-known name of the shape of the mark. Allowed values include at least “square”, “circle”, “triangle”, “star”, “cross”, and “x”, though map servers may draw a different symbol

Re: [MapServer-users] Well-know SLD symbols

2023-11-15 Thread TC Haddad via MapServer-users
Hi Jukka, Here are some that I have, hopefully they work for what you are looking for, I never compared to the SLD so I don't know if they match SLD definitions. The arrow for example may not. Tanya -fwd >> Symbol Name 'square' Type VECTOR FILLED

[MapServer-users] Well-know SLD symbols

2023-11-15 Thread Rahkonen Jukka via MapServer-users
Hi, The SDL standard defines some well-known symbols: circle, square, triangle, arrow, cross, star, and x. Can I find somewhere the mapfile versions of these symbols? I found circle and star from GitHub