Thursday 2 May 2019

style - Rendering based on layer overlap qgis?


I'm a little new to this, is there a way to have features on a layer render only if they overlap with features on another layer?


I have roads of a city, and different areas in the city, and I'd like to only render roads that are entirely within the bounds of the city. I guess that means using a rule-based render on the features in the road layer, I just don't know the syntax of the condition "Overlaps with city layer."




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...