Hi all, How would I test if a given polygon intersects with one of the polygons currently in a multypolygon geometry? I tried the && operator but if I'm not mistaken it will test the given polygon against the bounding box of the whole multipolygon geometry and not each one individually. Thanx in advance.