[MapServer-users] ITEMS and PROCESSING

2023-02-22 Thread Lars Schylberg
Hi list, I just have to check if there is some way to read a ITEMS from a variable, ie ITEMS="[labels]".  The processing of items is "so good" for inline features.  What I would like, is to write ITEMS on the layer level without a feature block and read it from a variable.  Splitting strings

Re: [MapServer-users] Changing opacity of one layer in a multilayer WMS request URL with MapServer 8

2023-02-22 Thread Matthew Graber
Glad I could help, Jeff! MapServer.pdf is a great resource! -Matt On Tue, Feb 21, 2023 at 1:02 PM Jeff McKenna wrote: > Wonderful to hear that you are using the MapServer.pdf! (I actually put > much effort into maintaining that PDF output, that but I never hear > feedback...until someone

Re: [MapServer-users] Changing opacity of one layer in a multilayer WMS request URL with MapServer 8

2023-02-22 Thread Matthew Graber
Hi all, Thanks for your help! I was able to get the SLD_BODY WMS parameter to serve as a workaround for setting opacity. In case anyone else has this problem, the SLD I used in this case was: http://www.opengis.net/sld; version="1.0.0" xsi:schemaLocation="http://www.opengis.net/sld

Re: [MapServer-users] Changing opacity of one layer in a multilayer WMS request URL with MapServer 8

2023-02-22 Thread Rahkonen Jukka
Hi, About the SLD, opacity appears in stroke, fill, graphic, and raster in SLD 1.0. -Jukka Rahkonen- Lähettäjä: MapServer-users Puolesta Steve Lime Lähetetty: keskiviikko 22. helmikuuta 2023 17.47 Vastaanottaja: Matthew Graber Kopio: mapserver-users@lists.osgeo.org Aihe: Re:

Re: [MapServer-users] Changing opacity of one layer in a multilayer WMS request URL with MapServer 8

2023-02-22 Thread Seth G
Hi, I think OPACITY should still work at the STYLE level: https://mapserver.org/mapfile/style.html#mapfile-style-opacity If you are using WMS then you could setup different styles with different OPACITY values, and then use named styles to select the appropriate style (with the STYLES= added

Re: [MapServer-users] Changing opacity of one layer in a multilayer WMS request URL with MapServer 8

2023-02-22 Thread Steve Lime
Hi Matthew: That functionality was indeed removed as part of 8.0. I kind of expect that we might build back something for more limited use cases if necessary, Does SLD support opacity/transparency? --Steve On Tue, Feb 21, 2023 at 10:52 AM Matthew Graber wrote: > Hello all! > > With MapServer

[MapServer-users] Can Mapserver store VRT content in cache?

2023-02-22 Thread Marcin Niemyjski via MapServer-users
Hello, can Mapserver store VRT content in cache so is uses cached file to connect to source data when requesting it? I want to limit S3 requests (because all data is stored on s3, including VRT) so Mapserver sends only S3 requests for source data. Any sugestions? Thanks, Marcin