Re: [mapserver-users] COMPOSITE opacity

2015-10-27 Thread thomas bonfort
Can you try with the tbonfort/compfilters branch and report back? On 26 October 2015 at 21:36, Moretti Edmar wrote: > Hi. > > I'm using version 7 of MapServer but I can not set the opacity of a layer. > I've tried several ways: > > $layer->set ("opacity", 40); >

Re: [mapserver-users] COMPOSITE opacity

2015-10-27 Thread Moretti Edmar
Hi Thomas. Unfortunately I can not compile MapServer. I use versions available for Ubuntu 15-10. I develop software called i3Geo, which is based on MapServer and PHP-MapScript and many people use the available versions with "apt-get install ..." to prepare the web server. The solution I found was

[mapserver-users] COMPOSITE opacity

2015-10-26 Thread Moretti Edmar
Hi. I'm using version 7 of MapServer but I can not set the opacity of a layer. I've tried several ways: $layer->set ("opacity", 40); $layer->compositer->set ("opacity", 40); $layer->compositer->opacity = 40; $layer->updateFromString('LAYER COMPOSITE OPACITY 40 END END'); I still fail. Any