Hello, Using pyqgis I would like to split a line feature where it intersects with another line. I have tried using the splitLinearGeometry function with no success.
new_f = geom_feat.splitLinearGeometry([geom_feat_sp]) AttributeError: 'QgsGeometry' object has no attribute 'splitLinearGeometry' My end goal is to split a number of selected line features against each other so that all the selected lines are split at all intersections. Could anyone point me in the right direction? thanks Matt -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Split-lines-at-intersection-tp5145241.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
