-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPACITY not working with GetMap Requests for 7.0.2 #5343
Comments
|
@jmckenna Your request works for me with latest state of branch-7-0 (so nearly identical to 7.0.2) on Linux with cairo-1.10.2 (the polygons are transparent both in standalone mode "mapserv -nh" or within mongoose web server). Hum, I just found #5181 which seems related. Is it possible that your build have pixman enabled ? (my build has pixman disabled) |
|
Indeed my builds have pixman enabled |
|
wow good find that related issue even has similar error message |
|
i will disable pixman and report back.... |
|
@rouault that was it! disabling pixman gives the proper map image, and no more error at the commandline. yikes! I guess this is a 'won't fix', but wow many will hit it with pixman in their builds. |
|
Pixman is an CAIRO library dependency. I've compiled MapServer with Cairo. So I've got this issue. I think more and more people are going to use Cairo. So this problem will become increasingly embarrassing for the community. But I could be wrong ;-) |
|
Here again. I wonder if for MapServer 7.6.0 we should either 1) fix Pixman support, or 2) completely remove Pixman from the MapServer codebase. I'm open to hearing thoughts on either option. |
small mapfile (and data and commands) to reproduce problem: https://gatewaygeomatics.com/dl/ticket-opacity-wms.zip (400 KB)
no problems using normal CGI
however, using 7.0.2 opacity is not applied for a GetMap request
GetMap output for 7.0.1 (notice parks polygons are transparent)

GetMap output for 7.0.2 (parks polygons are not transparent)

interesting, if I try to execute the same GetMap request at the commandline....
the following message is returned (only with 7.0.2), and a map image without transparency is generated:
The text was updated successfully, but these errors were encountered: