I am using the Grass plugin in QGIS for Windows (1.8.0). I am trying to split a polygon with a line feature. I am using the v.overlay.or function within the QGIS Grass plugin. I have the line layer as input vector map A, and the polygon as input vector B. When I run the function I get the following error:
v.overlay ainput=cutlines@CompTest atype=line alayer=1 binput=buildings@CompTest btype=area blayer=1 output=bldg_overlay operator=or
Operator 'or' is not supported for type line
Finished with error
v.overlay's manual: or: also known as 'union' in GIS (only for atype=area). Not possible to use or with atype=area. – Nikos Alexandris May 17 '13 at 12:44