How to make a spatial filter for a WFS layer based on another layer's selected geomet

المشرف العام

Administrator
طاقم الإدارة
I have a WFS layer which is huge so I don't want to load it entirely but only parts of it based on intersections with geometries.

Today, I'm using the query builder and execute filters like :

intersects( $geometry , geom_from_wkt( 'Polygon ((29085.2677694238955155 5701652.79282033536583185, 23973.40924414427718148 5683250.10212932899594307, 39820.17067251115804538 5683250.10212932899594307, 37264.24140987131977454 5698074.49185263924300671, 37264.24140987131977454 5698074.49185263924300671, 29085.2677694238955155 5701652.79282033536583185))'))

I need to use the plugin getWKT and copy/paste the WKT which is not handy.

So I'd like to know if it is possible to do the same job with geometries from selected features of another layer?



أكثر...
 
أعلى