Transparency guidance #112
-
We have a lot more control in QGIS with *.qml over transparency settings then we do in Arc with *.lyr files that only include path information and symbology. We have a However individual authors of symbology are inconsistent in QGIS whether or not they use this business logic setting setting and always leave layer transparent. So when someone saves this in both their *.qml and in the business logic, what happens:
Does it apply both and make it really, really transparent? Or does it override one? More to the point, what should we be doing @MattReimer? It seems we should instruct people to only control it in the business logic? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
Ok, this is probably a bigger topic than we all want it to be and the answer is "it varies"
But there are more complex cases:
Here's a vector where only purple and blue values are transparent
Here's a case where shapes with an id that is divisible by 2 have solid lines, triangle fill but the space between is transparent
My rules are as follows:
If it's simple and you just want the whole layer to be transparent, use the businesslogic field and don't make any transparency in your QML file at all
If it's something more complex, leave the businesslogic field alone and bake it into the QML