Is it possible to make advanced spatial queries like erase a bbox from a polygon query? So that you get a polygon-query with a hole in it? As far as I know, it's just possible to union different bboxs, so you get a kind of ring-query. |
Yes, the unions are all that is possible at the moment. But you can use union also on polygon queries which allows in principle an arbitrary geometry by stitching polygons. Meanwhile this could be solved by the difference operator. See the other answer to this question.
(26 Jul '14, 22:54)
mmd
|