Is it possible to break a polygon into parts using another layer with lines that cross over the polygon? I've tried clip, but while I can clip the lines by the polygon, I cannot clip the polygon by the lines (which, in general, might make sense, probably what I need is not "clipping" but splitting). Thanks Agus