Skip to main content
Question

Overlaying Grids to Rasters

  • April 5, 2019
  • 3 replies
  • 26 views

bjudes
Enthusiast
Forum|alt.badge.img+10

Hi,

 

I have a set of vector grids in FGD, I want to overlay these on some rasters. I have managed to achieve this but I want to make the grid slightly transparent, I have tried adding 0.4 after the third colour value but that doesn't seem to hold when I run it through VectorOnRasterOverlayer. Has anyone got any other ideas on how to achieve this?

I have attached my workbench so far.

 

Thanks

B

Grid_ADD.fmw

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3429 replies
  • April 5, 2019

The VectorOnRasterOverlayer has an Alpha value parameter - try adding your 0.4 value here


bjudes
Enthusiast
Forum|alt.badge.img+10
  • Author
  • Enthusiast
  • 117 replies
  • April 5, 2019

The VectorOnRasterOverlayer has an Alpha value parameter - try adding your 0.4 value here

Thanks for the help, unfortunately that has not worked. :(


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • April 5, 2019

@egomm is correct, the alpha settings control the transparency of your polygons. Note that the rasters need to have an alpha band. See workspace for example.

 

 

Alternatively for more control you can use the MapnikRasterizer.

transparentgrid.fmw