↧
Answer by she_weeds for Getting list of intersecting layers into a field in a...
You can try this in Field Calculator:array_to_string( array_foreach( array_filter(array_remove_all(@layers, @layer), overlay_intersects(@element)), layer_property(@element,'name')),', ')Explanation:Get...
View ArticleGetting list of intersecting layers into a field in a polygon table
I have a polygon layer with many other layers (different geometry but no points) in a map and I'd like to return the actual layer names where any object intersects with my polygons into a comma...
View Article